From 6aa2887215ad38620383d546ef37b3529d43204b Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 3 Jun 2025 08:20:42 -0600 Subject: [PATCH] 1748960442 --- installer1.sh | 1 + installer2.sh | 1 + installer3.sh | 1 + installer4.sh | 1 + 4 files changed, 4 insertions(+) diff --git a/installer1.sh b/installer1.sh index 06cdc21..1232fd7 100644 --- a/installer1.sh +++ b/installer1.sh @@ -12,6 +12,7 @@ sudo rpi-update echo "Configuring Raspberry Pi..." sudo raspi-config +echo "Part 1 done!" echo "Rebooting now!" sudo reboot # sudo shutdown -r +5 \ No newline at end of file diff --git a/installer2.sh b/installer2.sh index 8097ac5..f39eb85 100644 --- a/installer2.sh +++ b/installer2.sh @@ -14,6 +14,7 @@ sudo apt dist-upgrade -y 1>/dev/null 2>/dev/null echo "Cleaning up..." sudo apt autoremove -y 1>/dev/null 2>/dev/null +echo "Part 2 done!" echo "Rebooting now!" sudo reboot # sudo shutdown -r +5 \ No newline at end of file diff --git a/installer3.sh b/installer3.sh index cfc4801..fff5fec 100644 --- a/installer3.sh +++ b/installer3.sh @@ -72,6 +72,7 @@ fi echo "Cleaning up..." sudo apt autoremove 1>/dev/null 2>/dev/null # cleanup +echo "Part 3 done!" echo "Rebooting now!" sudo reboot # sudo shutdown -r +5 \ No newline at end of file diff --git a/installer4.sh b/installer4.sh index 4be4320..fc2c0c3 100644 --- a/installer4.sh +++ b/installer4.sh @@ -35,6 +35,7 @@ sudo systemctl enable syslog-ng 1>/dev/null 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