This commit is contained in:
Slaviša Arežina
2025-12-25 15:21:00 +01:00
committed by GitHub
parent fa8c8ef85c
commit e926182748
2 changed files with 10 additions and 14 deletions
+3 -3
View File
@@ -27,10 +27,10 @@ function update_script() {
msg_error "No ${APP} Installation Found!"
exit
fi
msg_info "Updating $APP"
msg_info "Updating Notifiarr"
$STD apt update
$STD apt -y upgrade
msg_ok "Updated $APP"
$STD apt upgrade -y
msg_ok "Updated Notifiarr"
msg_ok "Updated successfully!"
exit
}