diff --git a/install/actualbudget-install.sh b/install/actualbudget-install.sh index 736f6133..ce156b95 100644 --- a/install/actualbudget-install.sh +++ b/install/actualbudget-install.sh @@ -39,10 +39,10 @@ msg_ok "Installed Node.js" 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) }') cd /opt -$STD git clone https://github.com/actualbudget/actual-server.git /opt/actualbudget -#$STD curl -L -o actual-server.tar.gz https://github.com/actualbudget/actual-server/archive/refs/tags/v${RELEASE}.tar.gz -#$STD tar -xzvf v${RELEASE}.tar.gz -#mv *ctual-server-* /opt/actualbudget +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 +mv *ctual-server-* /opt/actualbudget mkdir -p /opt/actualbudget/server-files mkdir -p /opt/actualbudget-data chown -R root:root /opt/actualbudget/server-files