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
5b2011cf82
commit
57d291a13c
@ -123,6 +123,7 @@ function run_uupdump_creator() {
|
|||||||
echo -e
|
echo -e
|
||||||
msg_info "$(translate "Installing dependencies: ${MISSING[*]}")"
|
msg_info "$(translate "Installing dependencies: ${MISSING[*]}")"
|
||||||
apt-get update -qq >/dev/null 2>&1
|
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
|
if ! apt-get install -y "${MISSING[@]}" >/dev/null 2>&1; then
|
||||||
msg_error "$(translate "Failed to install: ${MISSING[*]}")"
|
msg_error "$(translate "Failed to install: ${MISSING[*]}")"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user