From f7e7406606bc838cec6dedb5fe7ec66aaffa5671 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 3 Jun 2025 06:11:57 -0600 Subject: [PATCH] 1748952718 --- installer1.sh | 3 ++- installer2.sh | 3 ++- installer3.sh | 3 ++- installer4.sh | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/installer1.sh b/installer1.sh index 5309a1c..12434b4 100644 --- a/installer1.sh +++ b/installer1.sh @@ -7,4 +7,5 @@ git pull sudo raspi-config echo "Rebooting in 5 minutes" -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 7aed6f1..d842ba7 100644 --- a/installer2.sh +++ b/installer2.sh @@ -12,4 +12,5 @@ echo "Cleaning up" sudo apt autoremove echo "Rebooting in 5 minutes" -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 ca882a5..37ef804 100644 --- a/installer3.sh +++ b/installer3.sh @@ -64,4 +64,5 @@ echo "Cleaning up" sudo apt autoremove # cleanup echo "Rebooting in 5 minutes" -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 2941c2a..8c68e73 100644 --- a/installer4.sh +++ b/installer4.sh @@ -30,4 +30,5 @@ sudo systemctl enable syslog-ng # reboot rq echo "Rebooting in 5 minutes" -sudo shutdown -r +5 \ No newline at end of file +sudo reboot +# sudo shutdown -r +5 \ No newline at end of file