From 43c4684324b71b528a6b6e97f0b75b5404061c35 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 3 Jun 2025 07:17:37 -0600 Subject: [PATCH] 1748956657 --- installer2.sh | 3 +++ installer3.sh | 3 +++ installer4.sh | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/installer2.sh b/installer2.sh index 262b341..8097ac5 100644 --- a/installer2.sh +++ b/installer2.sh @@ -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 diff --git a/installer3.sh b/installer3.sh index 330e702..196432f 100644 --- a/installer3.sh +++ b/installer3.sh @@ -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/ diff --git a/installer4.sh b/installer4.sh index 64c5fd3..d255537 100644 --- a/installer4.sh +++ b/installer4.sh @@ -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