fix openhamclock install

This commit is contained in:
David Young
2026-04-10 15:28:53 -06:00
parent daf97962be
commit d2950a6160

View File

@@ -3,7 +3,7 @@
# Purpose : Install openhamclock # Purpose : Install openhamclock
if [ ! -d "$HOME/.local/bin/openhamclock" ]; then if [ ! -d "$HOME/.local/bin/openhamclock" ]; then
(cd "$HOME/.local/bin" && curl -fsSL https://raw.githubusercontent.com/accius/openhamclock/main/scripts/setup-linux.sh | bash) curl -fsSL https://raw.githubusercontent.com/accius/openhamclock/main/scripts/setup-linux.sh | INSTALL_DIR="$HOME/.local/bin/openhamclock" bash
fi fi
echo "openhamclock is installed"... echo "openhamclock is installed"...