From 4b292c3b2aa7eae4240af4ba338e5ee9fabe42c2 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 21 Jan 2025 20:23:59 +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 d65bc1021..720a82e6a 100644 --- a/install/actualbudget-install.sh +++ b/install/actualbudget-install.sh @@ -40,7 +40,7 @@ msg_info "Installing Actual Budget" RELEASE=$(curl -s https://api.github.com/repos/actualbudget/actual/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }') #wget -q https://github.com/actualbudget/actual-server/archive/refs/tags/v${RELEASE} #$STD tar -xzvf v${RELEASE}.tar.gz -wget -q https://github.com/actualbudget/actual-server/archive/refs/tags/v25.1.0.tar.gz +wget https://github.com/actualbudget/actual-server/archive/refs/tags/v25.1.0.tar.gz $STD tar -xzvf v25.1.0.tar.gz mv *ctual-server-* /opt/actualbudget mkdir -p /opt/actualbudget/server-files