From d9faf4aff2b9888630429ecbadf7fca57e182873 Mon Sep 17 00:00:00 2001 From: David Young Date: Sun, 15 Mar 2026 09:21:42 -0600 Subject: [PATCH] fix typo --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 32fc5f9..43ee4ce 100755 --- a/install.sh +++ b/install.sh @@ -11,6 +11,9 @@ print_logo() { ██╔══██║██╔══██║██║╚██╔╝██║██╔═══╝ ██╔══██║██║ ██╔═██╗ ██║ ██║██║ ██║██║ ╚═╝ ██║██║ ██║ ██║╚██████╗██║ ██╗ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝ + + + EOF } @@ -92,7 +95,7 @@ git clone https://gitea.young.computer/david/HamPack.git ~/.local/share/HamPack sync_file "$HOME/.local/share/HamPack/hampackupdate" "$HOME/.local/bin/hampackupdate" -sudo cp ~/.local/share/coredesktop/hampackrefresh ~/.local/bin/hampackrefresh +sudo cp ~/.local/share/HamPack/hampackrefresh ~/.local/bin/hampackrefresh cd ~/.local/share/HamPack