From b5e4dc75ad0c624e058c4515d8e08435846e5cea Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 14 Jun 2025 03:14:57 -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 d8bb9df..28f03b2 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 -y # 1>/dev/null 2>&1 +sudo apt install git raspi-config -y # 1>/dev/null 2>&1 echo "Cloning Repo" cd /home/$username