testing..
This commit is contained in:
parent
0158475c3f
commit
650ed4f21e
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ checkAndInstall() {
|
||||||
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
|
||||||
echo_pkg "$deps is not installed. Installing it now.."
|
echo_pkg deps "$deps is not installed. Installing it now.."
|
||||||
run _install "$deps"
|
run _install "$deps"
|
||||||
else
|
else
|
||||||
echo_pkg deps "skipping $deps - as it's already installed.."
|
echo_pkg deps "skipping $deps - as it's already installed.."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue