Merge branch 'tteck:main' into main

This commit is contained in:
Sam Heinz
2024-04-20 16:34:52 +10:00
committed by GitHub
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ header_info
if [[ ! -d /opt/actualbudget ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
msg_info "Updating ${APP}"
systemctl stop actualbudget.service
/opt/actualbudget
cd /opt/actualbudget
git pull
yarn install
systemctl start actualbudget.service