diff --git a/distros.sh b/distros.sh index 643e90e..79da87d 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 >─────────────────────────────────── - echo "${YELLOW} Installing package group - ${RED} $@ ${NC}" + printf "${YELLOW} Installing package group - ${RED} $@ ${NC}" for deps in "${@}"; do echo_info "Installing $deps" if ! command_exists $deps; then