1749878506

This commit is contained in:
2025-06-13 23:21:46 -06:00
parent 65304901c6
commit c986701438
4 changed files with 14 additions and 14 deletions
+4 -4
View File
@@ -15,7 +15,7 @@ sudo raspi-config
echo "Installer1.sh complete" >> ./status.txt
echo "Part 1 done!"
echo "Rebooting now!"
sudo reboot
# echo "Rebooting in 5 minutes!!"
# sudo shutdown -r +5
# echo "Rebooting now!"
# sudo reboot
echo "Rebooting in 1 minute!"
sudo shutdown -r +1
+2 -2
View File
@@ -12,5 +12,5 @@ echo "Installer2.sh complete" >> ./status.txt
echo "Part 2 done!"
echo "Rebooting now!"
sudo reboot
# echo "Rebooting in 5 minutes!!"
# sudo shutdown -r +5
echo "Rebooting in 1 minute!"
sudo shutdown -r +1
+4 -4
View File
@@ -76,7 +76,7 @@ sudo usermod -aG dialout _chrony
echo "installer3.sh complete" >> ./status.txt
echo "Part 3 done!"
echo "Rebooting now!"
sudo reboot
# echo "Rebooting in 5 minutes!!"
# sudo shutdown -r +5
# echo "Rebooting now!"
# sudo reboot
echo "Rebooting in 1 minute!!"
sudo shutdown -r +1
+4 -4
View File
@@ -31,7 +31,7 @@ rm -f ./status.txt
# reboot rq
echo "Part 4 done!"
echo "Rebooting now!"
sudo reboot
# echo "Rebooting in 5 minutes!!"
# sudo shutdown -r +5
# echo "Rebooting now!"
# sudo reboot
echo "Rebooting in 1 minutes!"
sudo shutdown -r +1