From b29fe4cc662c382b1d10aa64bb466b778dd7f362 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 13 Jun 2025 17:28:25 -0600 Subject: [PATCH] 1749857305 --- installer1.sh | 7 ++++--- installer2.sh | 7 ++++--- installer3.sh | 7 ++++--- installer4.sh | 7 ++++--- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/installer1.sh b/installer1.sh index 6fa1d48..3bc759c 100644 --- a/installer1.sh +++ b/installer1.sh @@ -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 \ No newline at end of file +# echo "Rebooting now!" +# sudo reboot +echo "Rebooting in 2 minutes!!" +sudo shutdown -r +2 \ No newline at end of file diff --git a/installer2.sh b/installer2.sh index ca4be65..a11d549 100644 --- a/installer2.sh +++ b/installer2.sh @@ -15,6 +15,7 @@ echo "Cleaning up..." sudo apt autoremove -y echo "Part 2 done!" -echo "Rebooting now!" -sudo reboot -# sudo shutdown -r +5 \ No newline at end of file +# echo "Rebooting now!" +# sudo reboot +echo "Rebooting in 2 minutes!!" +sudo shutdown -r +2 \ No newline at end of file diff --git a/installer3.sh b/installer3.sh index f982cc8..c2f88b2 100644 --- a/installer3.sh +++ b/installer3.sh @@ -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 \ No newline at end of file +# echo "Rebooting now!" +# sudo reboot +echo "Rebooting in 2 minutes!!" +sudo shutdown -r +2 \ No newline at end of file diff --git a/installer4.sh b/installer4.sh index 57601ea..6182c13 100644 --- a/installer4.sh +++ b/installer4.sh @@ -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 \ No newline at end of file +# echo "Rebooting now!" +# sudo reboot +echo "Rebooting in 2 minutes!!" +sudo shutdown -r +2 \ No newline at end of file