1748962704

This commit is contained in:
2025-06-03 08:58:23 -06:00
parent 6411a36971
commit 926e34c8ac
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ echo "Updating software lists..."
sudo apt update 1>/dev/null 2>/dev/null
echo "Installing utils..."
sudo apt install raspi-utils
sudo apt install "raspi*"
sudo apt install -y raspi-utils
sudo apt install -y "raspi*"
# updoot this
echo "Updating this repo..."