mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-05 23:39:16 +00:00
Update actualbudget-install.sh
This commit is contained in:
parent
35a66c5f1f
commit
7df2297be0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user