Skip to content

Commit

Permalink
Update actualbudget.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MickLesk authored Jan 24, 2025
1 parent ab6244c commit 8241fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ct/actualbudget.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function update_script() {
msg_info "Updating ${APP} to ${RELEASE}"
cd /tmp
wget -q https://github.com/actualbudget/actual-server/archive/refs/tags/v${RELEASE}.tar.gz
tar -xzf actual-server.tar.gz >/dev/null 2>&1
tar -xzf v${RELEASE}.tar.gz >/dev/null 2>&1
mv /opt/actualbudget /opt/actualbudget_bak
mkdir -p /opt/actualbudget/
mv *ctual-server-* /opt/actualbudget
Expand Down

0 comments on commit 8241fa1

Please sign in to comment.