1748956657

This commit is contained in:
2025-06-03 07:17:37 -06:00
parent aedc68b69c
commit 43c4684324
3 changed files with 10 additions and 0 deletions
+3
View File
@@ -1,6 +1,9 @@
#!/bin/bash
set -e
echo "Updating this repo..."
git pull 1>/dev/null
# updoot
echo "Updating software lists..."
sudo apt update 1>/dev/null 2>/dev/null
+3
View File
@@ -1,6 +1,9 @@
#!/bin/bash
# set -e
echo "Updating this repo..."
git pull 1>/dev/null
# grafana repo and install
echo "Add Grafana repo..."
sudo mkdir -p /etc/apt/keyrings/
+4
View File
@@ -1,5 +1,9 @@
#!/bin/bash
set -e
echo "Updating this repo..."
git pull 1>/dev/null
if [ ! -z $SUDO_USER ]; then
username=$SUDO_USER
else