diff --git a/distros.sh b/distros.sh index 79da87d..166cd6c 100755 --- a/distros.sh +++ b/distros.sh @@ -64,7 +64,7 @@ checkAndInstall() { fi else # ─< else go though the list of items and do the same >─────────────────────────────────── - printf "${YELLOW} Installing package group - ${RED} $@ ${NC}" + printf "${YELLOW} Installing package group - ${RED} %s ${NC}" "$@" for deps in "${@}"; do echo_info "Installing $deps" if ! command_exists $deps; then