Skip to content

Commit 7df2297

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/actualbudget-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ 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
42-
$STD tar -xzvf actual-server.tar.gz
41+
wget -q https://github.com/actualbudget/actual-server/archive/refs/tags/${RELEASE}.tar.gz
42+
$STD tar -xzvf ${RELEASE}.tar.gz
4343
mv *ctual-server-* /opt/actualbudget
4444
mkdir -p /opt/actualbudget/server-files
4545
mkdir -p /opt/actualbudget-data

0 commit comments

Comments
 (0)