diff --git a/install.sh b/install.sh index 7f19c3a..7cd6197 100755 --- a/install.sh +++ b/install.sh @@ -42,10 +42,10 @@ fi echo "Getting the latest version of HamPackServer..." rm -rf ~/.local/share/HamPackServer -git clone https://gitea.young.computer/david/HamPackServer.git ~/.local/share/HamPackServer > /dev/null +git clone https://gitea.young.computer/david/HamPackServer.git $HOME/.local/share/HamPackServer > /dev/null -sudo cp ~/.local/share/HamPackServer/hampackserverrefresh ~/.local/bin/hampackserverrefresh -sudo cp ~/.local/share/HamPackServer/hampackserverupdate ~/.local/bin/hampackserverupdate +cp $HOME/.local/share/HamPackServer/hampackserverrefresh $HOME/.local/bin/hampackserverrefresh +cp $HOME/.local/share/HamPackServer/hampackserverupdate $HOME/.local/bin/hampackserverupdate cd ~/.local/share/HamPackServer