From 818033ff539a7771f3cc8016a9bf0e0c322bae53 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 5 May 2025 11:10:46 +0200 Subject: [PATCH] Update actualbudget-install.sh --- install/actualbudget-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/actualbudget-install.sh b/install/actualbudget-install.sh index 04d7552..9d235f0 100644 --- a/install/actualbudget-install.sh +++ b/install/actualbudget-install.sh @@ -17,8 +17,8 @@ msg_info "Installing Actual Budget" cd /opt RELEASE=$(curl -fsSL https://api.github.com/repos/actualbudget/actual/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }') NODE_VERSION="22" -NODE_MODULE="--location=global @actual-app/sync-server" install_node_and_modules +npm install --location=global @actual-app/sync-server echo "${RELEASE}" >"/opt/actualbudget_version.txt" msg_ok "Installed Actual Budget"