further changes

This commit is contained in:
David Young
2026-04-09 13:55:41 -06:00
parent ccceab8a84
commit 0894d17d8e
2 changed files with 5 additions and 5 deletions

View File

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