From 2cfba3cc2e3d975de741bc6154a9e757eaba0250 Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 10 Apr 2026 15:42:38 -0600 Subject: [PATCH] fix openhamclock --- install-openhamclock.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install-openhamclock.sh b/install-openhamclock.sh index a533851..d187e9d 100755 --- a/install-openhamclock.sh +++ b/install-openhamclock.sh @@ -3,8 +3,7 @@ # Purpose : Install openhamclock if [ ! -d "$HOME/.local/bin/openhamclock" ]; then - curl -fsSL https://raw.githubusercontent.com/accius/openhamclock/main/scripts/setup-linux.sh | \ - sed 's|INSTALL_DIR="$HOME/openhamclock"|INSTALL_DIR="$HOME/.local/bin/openhamclock"|' | bash + curl -fsSL https://raw.githubusercontent.com/accius/openhamclock/main/scripts/setup-linux.sh | bash -s -- --service fi echo "openhamclock is installed"... \ No newline at end of file