From a2f930e5a073c46fcf63293760be22367f45667d Mon Sep 17 00:00:00 2001 From: David Young Date: Thu, 9 Apr 2026 13:47:58 -0600 Subject: [PATCH] fixed typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 029bcbf..117b4ee 100755 --- a/install.sh +++ b/install.sh @@ -30,7 +30,7 @@ sudo -v 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 +git clone https://gitea.young.computer/david/HamPackServer.git ~/.local/share/HamPack > /dev/null sudo cp ~/.local/share/HamPack/hampackserverrefresh ~/.local/bin/hampackserverrefresh sudo cp ~/.local/share/HamPack/hampackserverupdate ~/.local/bin/hampackserverupdate