Merge pull request #44 from tteck/main

[pull] main from tteck:main
This commit is contained in:
pull[bot]
2024-06-23 14:54:48 +00:00
committed by GitHub
3 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -58,8 +58,8 @@ if [[ ! -d /opt/actualbudget ]]; then msg_error "No ${APP} Installation Found!";
msg_info "Updating ${APP}"
systemctl stop actualbudget.service
cd /opt/actualbudget
git pull
yarn install
git pull &>/dev/null
yarn install &>/dev/null
systemctl start actualbudget.service
msg_ok "Successfully Updated ${APP}"
exit