1748960809

This commit is contained in:
2025-06-03 08:26:48 -06:00
parent 6aa2887215
commit b98ff921be
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ rm -rf old 2>/dev/null
rm -rf conf-* 2>/dev/null
echo "Git pulling"
git pull
git pull 1>/dev/null 2>/dev/null
+1 -1
View File
@@ -3,7 +3,7 @@ set -e
# updoot this
echo "Updating this repo..."
git pull 1>/dev/null
git pull 1>/dev/null 2>/dev/null
echo "Updating Raspberry Pi firmware..."
sudo rpi-update
+1 -1
View File
@@ -2,7 +2,7 @@
set -e
echo "Updating this repo..."
git pull 1>/dev/null
git pull 1>/dev/null 2>/dev/null
# updoot
echo "Updating software lists..."
+1 -1
View File
@@ -2,7 +2,7 @@
# set -e
echo "Updating this repo..."
git pull 1>/dev/null
git pull 1>/dev/null 2>/dev/null
# grafana repo and install
echo "Add Grafana repo..."
+1 -1
View File
@@ -2,7 +2,7 @@
set -e
echo "Updating this repo..."
git pull 1>/dev/null
git pull 1>/dev/null 2>/dev/null
if [ ! -z $SUDO_USER ]; then
username=$SUDO_USER