From 5b2011cf82220ec0855df2253d0cdce9987e7ee4 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Wed, 2 Jul 2025 18:02:42 +0200 Subject: [PATCH] Update uup_dump_iso_creator.sh --- scripts/utilities/uup_dump_iso_creator.sh | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/scripts/utilities/uup_dump_iso_creator.sh b/scripts/utilities/uup_dump_iso_creator.sh index 0fe60e0..fc3bd1a 100644 --- a/scripts/utilities/uup_dump_iso_creator.sh +++ b/scripts/utilities/uup_dump_iso_creator.sh @@ -118,6 +118,9 @@ function run_uupdump_creator() { done if [[ ${#MISSING[@]} -gt 0 ]]; then + clear + show_proxmenux_logo + echo -e msg_info "$(translate "Installing dependencies: ${MISSING[*]}")" apt-get update -qq >/dev/null 2>&1 if ! apt-get install -y "${MISSING[@]}" >/dev/null 2>&1; then @@ -133,12 +136,12 @@ function run_uupdump_creator() { fi done - if [[ ${#FAILED[@]} -eq 0 ]]; then - msg_ok "$(translate "All dependencies installed and verified.")" - else - msg_error "$(translate "Missing commands after installation: ${FAILED[*]}")" - exit 1 - fi + #if [[ ${#FAILED[@]} -eq 0 ]]; then + # msg_ok "$(translate "All dependencies installed and verified.")" + #else + # msg_error "$(translate "Missing commands after installation: ${FAILED[*]}")" + # exit 1 + #fi ISO_DIR=$(detect_iso_dir)