From 7df2297be07b405de98cd26eeba16f713ff965c5 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:54:50 +0100 Subject: [PATCH] Update actualbudget-install.sh --- install/actualbudget-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/actualbudget-install.sh b/install/actualbudget-install.sh index 685b619f..50c028ae 100644 --- a/install/actualbudget-install.sh +++ b/install/actualbudget-install.sh @@ -38,8 +38,8 @@ 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://github.com/actualbudget/actual-server/archive/refs/tags/${RELEASE}.tar.gz -O actual-server.tar.gz -$STD tar -xzvf actual-server.tar.gz +wget -q https://github.com/actualbudget/actual-server/archive/refs/tags/${RELEASE}.tar.gz +$STD tar -xzvf ${RELEASE}.tar.gz mv *ctual-server-* /opt/actualbudget mkdir -p /opt/actualbudget/server-files mkdir -p /opt/actualbudget-data