mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-04 14:36:53 +00:00
Update uup_dump_iso_creator.sh
This commit is contained in:
parent
d14f0e9295
commit
5b2011cf82
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user