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

Update actualbudget-install.sh

This commit is contained in:
CanbiZ 2025-01-21 20:23:59 +01:00 committed by GitHub
parent 4340ccc15d
commit 4b292c3b2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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