diff --git a/install/actualbudget-install.sh b/install/actualbudget-install.sh index b9f72bbb..685b619f 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://github.com/actualbudget/actual-server/archive/refs/tags/${RELEASE}.tar.gz -O actual-server.tar.gz -O +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 mv *ctual-server-* /opt/actualbudget mkdir -p /opt/actualbudget/server-files