diff --git a/distros.sh b/distros.sh index 475e6e1..e8cff45 100755 --- a/distros.sh +++ b/distros.sh @@ -148,7 +148,7 @@ checkAndInstall() { fi else # ─< else go though the list of items and do the same >─────────────────────────────────── - echo_pkg deps "${BRIGHT_YELLOW}Installing package group -${BOLD}${RED} $@ ${NC}" + echo_pkg deps "${BRIGHT_YELLOW}Installing ${#@} packages.. -${BOLD}${RED} $@ ${NC}" for deps in "${@}"; do echo_pkg deps "Installing $deps" if ! command_exists $deps; then