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 e7af6f3 commit 35a66c5Copy full SHA for 35a66c5
install/actualbudget-install.sh
@@ -38,7 +38,7 @@ 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
+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
43
mv *ctual-server-* /opt/actualbudget
44
mkdir -p /opt/actualbudget/server-files
0 commit comments