From 9c415ca3f4c1bbbce2cf4dc14169f7c48ce963a8 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:37:06 +0100 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 b38e11ca..16c8864a 100644 --- a/install/actualbudget-install.sh +++ b/install/actualbudget-install.sh @@ -38,7 +38,7 @@ msg_ok "Installed Node.js" msg_info "Installing Actual Budget" RELEASE=$(curl -s https://api.github.com/repos/actualbudget/actual-server/tags | jq --raw-output '.[0].name') -wget -q https://codeload.github.com/actualbudget/actual-server/legacy.tar.gz/refs/tags/${RELEASE} +wget -q https://github.com/actualbudget/actual-server/archive/refs/tags/${RELEASE} mv ${RELEASE} actual-server.tar.gz $STD tar -xzvf actual-server.tar.gz mv *ctual-server-* /opt/actualbudget