From 78a0b643975af78c880aa70582d1704b808f249a Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 14 Jun 2025 03:16:43 -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 a0d46b9..8f8a5b1 100644 --- a/installer_auto.sh +++ b/installer_auto.sh @@ -12,7 +12,7 @@ fi echo "Updating Software Lists" sudo apt update 1>/dev/null 2>&1 -echo "Installing git" +echo "Installing git and raspi-config" sudo apt install git raspi-config -y 1>/dev/null 2>&1 echo "Cloning Repo"