addet some functionality
This commit is contained in:
parent
b5763cef55
commit
d580911ad5
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ function check_fisher
|
||||||
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
|
upin
|
||||||
$FISH_INSTALL $dep
|
$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."
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue