This commit is contained in:
pika 2025-05-19 10:54:12 +02:00
parent 9bb5bf0f73
commit ef1faaea5d

View file

@ -148,7 +148,7 @@ checkAndInstall() {
fi fi
else else
# ─< else go though the list of items and do the same >─────────────────────────────────── # ─< else go though the list of items and do the same >───────────────────────────────────
echo_pkg deps "${BRIGHT_YELLOW}Installing ${#@} packages.. - ${BRIGHT_BLUE} $* ${NC}" echo_pkg deps "${BRIGHT_YELLOW}Installing ${RED}${#@}${BRIGHT_YELLOW} packages.. - ${BRIGHT_BLUE} $* ${NC}"
for deps in "${@}"; do for deps in "${@}"; do
echo_pkg deps "Installing $deps" echo_pkg deps "Installing $deps"
if ! command_exists $deps; then if ! command_exists $deps; then