diff --git a/installer1.sh b/installer1.sh index d979475..b788f70 100644 --- a/installer1.sh +++ b/installer1.sh @@ -23,5 +23,5 @@ echo "Installer1.sh complete" >> /home/$username/Precision-Timekeeping-Fuckery/s echo "Part 1 Done!" # echo "Rebooting now!" # sudo reboot -echo "Rebooting in 1 minute!" -sudo shutdown -r +1 \ No newline at end of file +echo -e "\nREBOOTING IN 3 MINUTES\n" +sudo shutdown -r +3 \ No newline at end of file diff --git a/installer2.sh b/installer2.sh index 6fbd2f8..4b6c227 100644 --- a/installer2.sh +++ b/installer2.sh @@ -18,5 +18,5 @@ echo "Installer2.sh complete" >> /home/$username/Precision-Timekeeping-Fuckery/s echo "Part 2 Done!" # echo "Rebooting now!" # sudo reboot -echo "Rebooting in 1 minute!" -sudo shutdown -r +1 \ No newline at end of file +echo -e "\nREBOOTING IN 3 MINUTES\n" +sudo shutdown -r +3 \ No newline at end of file diff --git a/installer3.sh b/installer3.sh index 30f90d3..e3d35c3 100644 --- a/installer3.sh +++ b/installer3.sh @@ -100,5 +100,5 @@ echo "installer3.sh complete" >> /home/$username/Precision-Timekeeping-Fuckery/s echo "Part 3 Done!" # echo "Rebooting now!" # sudo reboot -echo "Rebooting in 1 minute!!" -sudo shutdown -r +1 \ No newline at end of file +echo -e "\nREBOOTING IN 3 MINUTES\n" +sudo shutdown -r +3 \ No newline at end of file diff --git a/installer4.sh b/installer4.sh index 3f21e30..aee4ba8 100644 --- a/installer4.sh +++ b/installer4.sh @@ -39,5 +39,5 @@ echo "done!" > /home/$username/Precision-Timekeeping-Fuckery/status.txt echo "Part 4 Done!" # echo "Rebooting now!" # sudo reboot -echo "Rebooting in 1 minutes!" -sudo shutdown -r +1 \ No newline at end of file +echo -e "\nREBOOTING IN 3 MINUTES\n" +sudo shutdown -r +3 \ No newline at end of file diff --git a/installer_auto.sh b/installer_auto.sh index 881f5f7..3800991 100644 --- a/installer_auto.sh +++ b/installer_auto.sh @@ -9,7 +9,7 @@ else username=$USER fi -echo -e "Edit sudoers file\n\t%sudo ALL = (ALL) NOPASSWD: ALL +echo -e "Edit sudoers file\n\t%sudo ALL = (ALL) NOPASSWD: ALL" sudo visudo echo "Updating Software Lists" @@ -25,3 +25,6 @@ cd /home/$username/Precision-Timekeeping-Fuckery echo "Stage 1 Complete" echo "installer_auto.sh complete" > /home/$username/Precision-Timekeeping-Fuckery/status.txt + +echo -e "\nREBOOTING IN 3 MINUTES\n" +sudo shutdown -r +3 \ No newline at end of file