We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8337ca0 commit e7af6f3Copy full SHA for e7af6f3
install/actualbudget-install.sh
@@ -38,7 +38,8 @@ msg_ok "Installed Node.js"
38
39
msg_info "Installing Actual Budget"
40
RELEASE=$(curl -s https://api.github.com/repos/actualbudget/actual-server/tags | jq --raw-output '.[0].name')
41
-wget -q https://github.com/actualbudget/actual-server/archive/refs/tags/${RELEASE}.tar.gz -O actual-server.tar.gz -O - | tar -xz
+wget -q https://github.com/actualbudget/actual-server/archive/refs/tags/${RELEASE}.tar.gz -O actual-server.tar.gz -O
42
+$STD tar -xzvf actual-server.tar.gz
43
mv *ctual-server-* /opt/actualbudget
44
mkdir -p /opt/actualbudget/server-files
45
mkdir -p /opt/actualbudget-data
0 commit comments