diff --git a/installer1.sh b/installer1.sh index 12434b4..234ff8f 100644 --- a/installer1.sh +++ b/installer1.sh @@ -7,5 +7,5 @@ git pull sudo raspi-config echo "Rebooting in 5 minutes" -sudo reboot -# $sudo shutdown -r +5 \ No newline at end of file +# sudo reboot +$sudo shutdown -r +5 \ No newline at end of file diff --git a/installer2.sh b/installer2.sh index d842ba7..19e5267 100644 --- a/installer2.sh +++ b/installer2.sh @@ -12,5 +12,5 @@ echo "Cleaning up" sudo apt autoremove echo "Rebooting in 5 minutes" -sudo reboot -# sudo shutdown -r +5 \ No newline at end of file +# sudo reboot +sudo shutdown -r +5 \ No newline at end of file diff --git a/installer3.sh b/installer3.sh index fe1927c..b71a918 100644 --- a/installer3.sh +++ b/installer3.sh @@ -64,5 +64,5 @@ echo "Cleaning up" sudo apt autoremove # cleanup echo "Rebooting in 5 minutes" -sudo reboot -# sudo shutdown -r +5 \ No newline at end of file +# sudo reboot +sudo shutdown -r +5 \ No newline at end of file diff --git a/installer4.sh b/installer4.sh index 8c68e73..1aac053 100644 --- a/installer4.sh +++ b/installer4.sh @@ -30,5 +30,5 @@ sudo systemctl enable syslog-ng # reboot rq echo "Rebooting in 5 minutes" -sudo reboot -# sudo shutdown -r +5 \ No newline at end of file +# sudo reboot +sudo shutdown -r +5 \ No newline at end of file