wip
This commit is contained in:
parent
a08272aaef
commit
1866ec3bc5
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ run() {
|
||||||
}
|
}
|
||||||
|
|
||||||
checkAndInstall() {
|
checkAndInstall() {
|
||||||
echo "DEBUG:: GOT ARRAY :: $@"
|
echo "DEBUG:: GOT ARRAY :: ${@}"
|
||||||
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
|
||||||
echo_note "$deps is not installed. Installing it now.."
|
echo_note "$deps is not installed. Installing it now.."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue