This commit is contained in:
pika 2025-05-18 18:31:41 +02:00
parent 3e69b973ec
commit b3a950cfa5

View file

@ -64,7 +64,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 >───────────────────────────────────
printf "${YELLOW} Installing package group - ${RED} $@ ${NC}" printf "${YELLOW} Installing package group - ${RED} %s ${NC}" "$@"
for deps in "${@}"; do for deps in "${@}"; do
echo_info "Installing $deps" echo_info "Installing $deps"
if ! command_exists $deps; then if ! command_exists $deps; then