wip
This commit is contained in:
parent
3ce5dc4ad6
commit
2bd93fcadb
1 changed files with 4 additions and 4 deletions
|
@ -26,9 +26,9 @@
|
|||
fi
|
||||
|
||||
checkAndInstall() {
|
||||
for deps in "${1[@]}"; do
|
||||
for deps in "$@"; do
|
||||
if ! command_exists $deps; then
|
||||
_install "$1"
|
||||
_install "$deps"
|
||||
else
|
||||
echo_note "skipping $deps - as is already installed.."
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue