addet some functionality

This commit is contained in:
PieckA 2024-05-25 14:40:39 +02:00
parent b5763cef55
commit d580911ad5

View file

@ -33,7 +33,7 @@ function check_fisher
echo "Dependency $dep is not installed. Installing..."
if test -n "$FISH_INSTALL"
upin
$FISH_INSTALL $dep
$install $dep
else
echo "FISH_INSTALL is not defined ' $FISH_INSTALL '. Please install $dep manually."
end