Update uup_dump_iso_creator.sh

This commit is contained in:
MacRimi 2025-07-02 18:05:38 +02:00
parent 5b2011cf82
commit 57d291a13c

View File

@ -123,6 +123,7 @@ function run_uupdump_creator() {
echo -e
msg_info "$(translate "Installing dependencies: ${MISSING[*]}")"
apt-get update -qq >/dev/null 2>&1
msg_ok "$(translate "All dependencies installed and verified.")"
if ! apt-get install -y "${MISSING[@]}" >/dev/null 2>&1; then
msg_error "$(translate "Failed to install: ${MISSING[*]}")"
exit 1