1748962336

This commit is contained in:
2025-06-03 08:52:16 -06:00
parent 044ef321cc
commit 91f9169fb7
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -1,6 +1,16 @@
#!/bin/bash
set -e
sudo apt update
# updoot
echo "Updating software lists..."
sudo apt update 1>/dev/null
echo "Installing utils..."
sudo apt install raspi-utils 1>/dev/null
sudo apt install "raspi*" 1>/dev/null
# updoot this
echo "Updating this repo..."
git pull 1>/dev/null 2>/dev/null