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