more openhamclock fixes

This commit is contained in:
David Young
2026-04-10 16:03:19 -06:00
parent 2cfba3cc2e
commit e34c45c222

View File

@@ -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"...