From 0894d17d8ebb988d4e621d2ce36228d34a67b0ff Mon Sep 17 00:00:00 2001 From: David Young Date: Thu, 9 Apr 2026 13:55:41 -0600 Subject: [PATCH] further changes --- install.sh | 6 +++--- packages.conf | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index e9526fb..306124b 100755 --- a/install.sh +++ b/install.sh @@ -44,8 +44,8 @@ echo "Getting the latest version of HamPackServer..." rm -rf ~/.local/share/HamPack git clone https://gitea.young.computer/david/HamPackServer.git ~/.local/share/HamPackServer > /dev/null -sudo cp ~/.local/share/HamPack/hampackserverrefresh ~/.local/bin/hampackserverrefresh -sudo cp ~/.local/share/HamPack/hampackserverupdate ~/.local/bin/hampackserverupdate +sudo cp ~/.local/share/HamPackServer/hampackserverrefresh ~/.local/bin/hampackserverrefresh +sudo cp ~/.local/share/HamPackServer/hampackserverupdate ~/.local/bin/hampackserverupdate cd ~/.local/share/HamPackServer @@ -67,7 +67,7 @@ cd ~/ echo "Installing servers..." install_packages "${SERVERS[@]}" -cd ~/.local/share/HamPack +cd ~/.local/share/HamPackServer if [ ! -d "$HOME/.nvm" ]; then curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash diff --git a/packages.conf b/packages.conf index a6c3e26..282e98d 100644 --- a/packages.conf +++ b/packages.conf @@ -1,10 +1,10 @@ # Ham servers SERVERS=( - alsa-utils + direwolf ) # Ham server utilities UTILITIES=( - direwolf + # nothing at the moment )