fix update and refresh

This commit is contained in:
David Young
2026-05-20 09:04:13 -06:00
parent 5b24401407
commit 970a0d5de8
2 changed files with 14 additions and 10 deletions

View File

@@ -20,6 +20,10 @@ EOF
clear
print_logo
echo "Let's ensure we get the lastest changes to HamPack..."
HAMPACK_DIR="$HOME/.local/share/HamPack"
wget -qO- https://gitea.young.computer/david/hampack/raw/branch/main/install.sh | bash
echo "Let's ensure we get the latest changes to HamPack..."
git -C "$HAMPACK_DIR" pull
echo "Running HamPack installer..."
bash "$HAMPACK_DIR/install.sh"