From 21a31ccf521f761a3e310782767adf8a09bf4ece Mon Sep 17 00:00:00 2001 From: David Young Date: Thu, 19 Mar 2026 10:41:27 -0600 Subject: [PATCH] hampackrefresh sync --- hampackrefresh | 2 +- install.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hampackrefresh b/hampackrefresh index ddc452d..23501a2 100755 --- a/hampackrefresh +++ b/hampackrefresh @@ -20,6 +20,6 @@ EOF clear print_logo -echo "Let's get the lastest changes to CoreDesktop..." +echo "Let's get the lastest changes to HamPack..." wget -qO- https://gitea.young.computer/david/hampack/raw/branch/main/install.sh | bash diff --git a/install.sh b/install.sh index 1dc80ee..ae9aaca 100755 --- a/install.sh +++ b/install.sh @@ -105,8 +105,9 @@ rm -rf ~/.local/share/HamPack git clone https://gitea.young.computer/david/HamPack.git ~/.local/share/HamPack > /dev/null sync_file "$HOME/.local/share/HamPack/hampackupdate" "$HOME/.local/bin/hampackupdate" +sync_file "$HOME/.local/share/HamPack/hampackrefresh" "$HOME/.local/bin/hampackrefresh" -sudo cp ~/.local/share/HamPack/hampackrefresh ~/.local/bin/hampackrefresh +# sudo cp ~/.local/share/HamPack/hampackrefresh ~/.local/bin/hampackrefresh cd ~/.local/share/HamPack