From e34c45c2229899ba6eae874e164f82d1af092550 Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 10 Apr 2026 16:03:19 -0600 Subject: [PATCH] more openhamclock fixes --- install-openhamclock.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install-openhamclock.sh b/install-openhamclock.sh index d187e9d..723b307 100755 --- a/install-openhamclock.sh +++ b/install-openhamclock.sh @@ -6,4 +6,6 @@ if [ ! -d "$HOME/.local/bin/openhamclock" ]; then curl -fsSL https://raw.githubusercontent.com/accius/openhamclock/main/scripts/setup-linux.sh | bash -s -- --service fi +cd "$HOME/openhamclock" && npm install + echo "openhamclock is installed"... \ No newline at end of file