This commit is contained in:
Slaviša Arežina
2026-01-09 20:31:30 +01:00
committed by GitHub
parent 5b5bc11f1e
commit 2c1472bb58
2 changed files with 7 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ function update_script() {
msg_info "Updating Jenkins"
$STD apt update
$STD apt -y upgrade
$STD apt upgrade -y
msg_ok "Updated Jenkins"
msg_ok "Updated successfully!"
exit