wip
This commit is contained in:
parent
6d84cc0e83
commit
1a570a92a0
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,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 "${BRIGHT_YELLOW}Installing package group -${BOLD}${RED} $@ ${NC}"
|
echo_pkg deps "${BRIGHT_YELLOW}Installing package group -${BOLD}${RED} $@ ${NC}"
|
||||||
for deps in "${@}"; do
|
for deps in "${@}"; do
|
||||||
echo_pkg deps "Installing $deps"
|
echo_pkg deps "Installing $deps"
|
||||||
if ! command_exists $deps; then
|
if ! command_exists $deps; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue