wip
This commit is contained in:
parent
8f6dc2b1c9
commit
1914f171a7
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ run() {
|
||||||
|
|
||||||
checkAndInstall() {
|
checkAndInstall() {
|
||||||
for deps in "$@"; do
|
for deps in "$@"; do
|
||||||
|
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.."
|
||||||
run _install "$deps"
|
run _install "$deps"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue