This commit is contained in:
Slaviša Arežina
2025-12-23 22:31:27 +01:00
committed by GitHub
parent 2478aa84e8
commit 6e640f8eb6
2 changed files with 5 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ function update_script() {
fi
msg_info "Updating ${APP} LXC"
$STD apt update
$STD apt -y upgrade
$STD apt upgrade -y
msg_ok "Updated successfully!"
exit
}