1749857305

This commit is contained in:
2025-06-13 17:28:25 -06:00
parent 0aee66fc1d
commit b29fe4cc66
4 changed files with 16 additions and 12 deletions
+4 -3
View File
@@ -21,6 +21,7 @@ read -p "Press ENTER to Continue"
sudo raspi-config
echo "Part 1 done!"
echo "Rebooting now!"
sudo reboot
# sudo shutdown -r +5
# echo "Rebooting now!"
# sudo reboot
echo "Rebooting in 2 minutes!!"
sudo shutdown -r +2
+4 -3
View File
@@ -15,6 +15,7 @@ echo "Cleaning up..."
sudo apt autoremove -y
echo "Part 2 done!"
echo "Rebooting now!"
sudo reboot
# sudo shutdown -r +5
# echo "Rebooting now!"
# sudo reboot
echo "Rebooting in 2 minutes!!"
sudo shutdown -r +2
+4 -3
View File
@@ -62,6 +62,7 @@ echo "Cleaning up..."
sudo apt autoremove -y # cleanup
echo "Part 3 done!"
echo "Rebooting now!"
sudo reboot
# sudo shutdown -r +5
# echo "Rebooting now!"
# sudo reboot
echo "Rebooting in 2 minutes!!"
sudo shutdown -r +2
+4 -3
View File
@@ -47,6 +47,7 @@ sudo systemctl enable logrotate 1>/dev/null
# reboot rq
echo "Part 4 done!"
echo "Rebooting now!"
sudo reboot
# sudo shutdown -r +5
# echo "Rebooting now!"
# sudo reboot
echo "Rebooting in 2 minutes!!"
sudo shutdown -r +2