addet some functionality
This commit is contained in:
parent
f6b2e996ef
commit
22e0359020
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ function check_fisher
|
||||||
if not command -v $dep >/dev/null 2>&1
|
if not command -v $dep >/dev/null 2>&1
|
||||||
echo "Dependency $dep is not installed. Installing..."
|
echo "Dependency $dep is not installed. Installing..."
|
||||||
if test -n "$FISH_INSTALL"
|
if test -n "$FISH_INSTALL"
|
||||||
|
upin
|
||||||
$FISH_INSTALL $dep
|
$FISH_INSTALL $dep
|
||||||
else
|
else
|
||||||
echo "FISH_INSTALL is not defined ' $FISH_INSTALL '. Please install $dep manually."
|
echo "FISH_INSTALL is not defined ' $FISH_INSTALL '. Please install $dep manually."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue