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
+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