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