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 35a66c5 commit 7df2297Copy full SHA for 7df2297
install/actualbudget-install.sh
@@ -38,8 +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
42
-$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
43
mv *ctual-server-* /opt/actualbudget
44
mkdir -p /opt/actualbudget/server-files
45
mkdir -p /opt/actualbudget-data
0 commit comments