fix openhamclock install

This commit is contained in:
David Young
2026-04-11 06:54:03 -06:00
parent 3155d10b51
commit 6cbefa8601

View File

@@ -2,7 +2,7 @@
# #
# Purpose : Install openhamclock # Purpose : Install openhamclock
if [ ! -d "$HOME/.local/bin/openhamclock" ]; then if [ ! -d "$HOME/openhamclock" ]; then
curl -fsSL https://raw.githubusercontent.com/accius/openhamclock/main/scripts/setup-linux.sh | bash -s -- --service curl -fsSL https://raw.githubusercontent.com/accius/openhamclock/main/scripts/setup-linux.sh | bash -s -- --service
fi fi