fix openhamclock

This commit is contained in:
David Young
2026-04-10 15:42:38 -06:00
parent 7c94454f50
commit 2cfba3cc2e

View File

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