From 51355a84013074f1981377252a65938597c84036 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 3 Jun 2025 08:59:59 -0600 Subject: [PATCH] 1748962800 --- installer1.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/installer1.sh b/installer1.sh index 05b87cc..5d1f426 100644 --- a/installer1.sh +++ b/installer1.sh @@ -5,10 +5,6 @@ echo "Updating software lists..." sudo apt update 1>/dev/null 2>/dev/null -echo "Installing utils..." -sudo apt install -y raspi-utils -sudo apt install -y "raspi*" - # updoot this echo "Updating this repo..." git pull 1>/dev/null 2>/dev/null