wip
This commit is contained in:
parent
218d1c89f9
commit
3c987311c8
1 changed files with 8 additions and 3 deletions
11
neovim.sh
11
neovim.sh
|
@ -80,7 +80,12 @@
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
installBuildDependencies
|
case "$1" in
|
||||||
cloneSources
|
--silent | -s) ;;
|
||||||
makeInstall
|
*)
|
||||||
|
installBuildDependencies
|
||||||
|
cloneSources
|
||||||
|
makeInstall
|
||||||
|
;;
|
||||||
|
esac
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue