This commit is contained in:
Slaviša Arežina
2025-12-11 12:31:37 +01:00
committed by GitHub
parent 18d620705d
commit 7255edc21b
2 changed files with 11 additions and 16 deletions

View File

@@ -27,9 +27,10 @@ function update_script() {
msg_error "No ${APP} Installation Found!"
exit
fi
msg_info "Updating ${APP} LXC"
msg_info "Updating Syncthing"
$STD apt update
$STD apt -y upgrade
$STD apt upgrade -y
msg_ok "Updated successfully!"
exit
}