wip
This commit is contained in:
parent
f060ad735f
commit
3e69b973ec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue