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

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 >───────────────────────────────────
echo "${YELLOW} Installing package group - ${RED} $@ ${NC}" printf "${YELLOW} Installing package group - ${RED} $@ ${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