1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 14:51:50 +00:00

Update actualbudget-install.sh

This commit is contained in:
CanbiZ 2025-01-21 16:38:50 +01:00 committed by GitHub
parent 9c415ca3f4
commit c3acbf09ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,9 +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}
mv ${RELEASE} 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