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"