From cf05c433436d47ec0080663751eae79e8d79863d Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 14 Jun 2025 03:15:14 -0600 Subject: [PATCH] 1.2-dev --- installer_auto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer_auto.sh b/installer_auto.sh index 28f03b2..a0d46b9 100644 --- a/installer_auto.sh +++ b/installer_auto.sh @@ -13,7 +13,7 @@ echo "Updating Software Lists" sudo apt update 1>/dev/null 2>&1 echo "Installing git" -sudo apt install git raspi-config -y # 1>/dev/null 2>&1 +sudo apt install git raspi-config -y 1>/dev/null 2>&1 echo "Cloning Repo" cd /home/$username