diff --git a/installer1.sh b/installer1.sh index 19a3dfe..87d11d8 100644 --- a/installer1.sh +++ b/installer1.sh @@ -25,5 +25,5 @@ echo "Installer1.sh complete" >> ./status.txt echo "Part 1 done!" # echo "Rebooting now!" # sudo reboot -echo "Rebooting in 2 minutes!!" -sudo shutdown -r +2 \ No newline at end of file +echo "Rebooting in 5 minutes!!" +sudo shutdown -r +5 \ No newline at end of file diff --git a/installer2.sh b/installer2.sh index 5ec2c4d..a5c60b4 100644 --- a/installer2.sh +++ b/installer2.sh @@ -19,5 +19,5 @@ echo "Installer2.sh complete" >> ./status.txt echo "Part 2 done!" # echo "Rebooting now!" # sudo reboot -echo "Rebooting in 2 minutes!!" -sudo shutdown -r +2 \ No newline at end of file +echo "Rebooting in 5 minutes!!" +sudo shutdown -r +5 \ No newline at end of file diff --git a/installer3.sh b/installer3.sh index 7f534a7..2fde719 100644 --- a/installer3.sh +++ b/installer3.sh @@ -81,5 +81,5 @@ echo "installer3.sh complete" >> ./status.txt echo "Part 3 done!" # echo "Rebooting now!" # sudo reboot -echo "Rebooting in 2 minutes!!" -sudo shutdown -r +2 \ No newline at end of file +echo "Rebooting in 5 minutes!!" +sudo shutdown -r +5 \ No newline at end of file diff --git a/installer4.sh b/installer4.sh index d1047c0..d9e1276 100644 --- a/installer4.sh +++ b/installer4.sh @@ -36,5 +36,5 @@ rm -f ./status.txt echo "Part 4 done!" # echo "Rebooting now!" # sudo reboot -echo "Rebooting in 2 minutes!!" -sudo shutdown -r +2 \ No newline at end of file +echo "Rebooting in 5 minutes!!" +sudo shutdown -r +5 \ No newline at end of file