This commit is contained in:
Slaviša Arežina
2026-01-04 23:05:51 +01:00
committed by GitHub
parent a4f62116c9
commit 41c8c4ce0b
2 changed files with 9 additions and 13 deletions

View File

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