From 689529830c7862e58e7faa45e15276c23d356df5 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 3 Jun 2025 08:18:57 -0600 Subject: [PATCH] 1748960337 --- installer1.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer1.sh b/installer1.sh index 657052a..06cdc21 100644 --- a/installer1.sh +++ b/installer1.sh @@ -5,9 +5,11 @@ set -e echo "Updating this repo..." git pull 1>/dev/null +echo "Updating Raspberry Pi firmware..." sudo rpi-update # run da raspberry pi config script +echo "Configuring Raspberry Pi..." sudo raspi-config echo "Rebooting now!"