Skip to content

Commit 35a66c5

Browse files
authored
Update actualbudget-install.sh
1 parent e7af6f3 commit 35a66c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/actualbudget-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ msg_ok "Installed Node.js"
3838

3939
msg_info "Installing Actual Budget"
4040
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
41+
wget -q https://github.com/actualbudget/actual-server/archive/refs/tags/${RELEASE}.tar.gz -O actual-server.tar.gz
4242
$STD tar -xzvf actual-server.tar.gz
4343
mv *ctual-server-* /opt/actualbudget
4444
mkdir -p /opt/actualbudget/server-files

0 commit comments

Comments
 (0)