Explorar o código

script is still fighting with me

Chris %!s(int64=5) %!d(string=hai) anos
pai
achega
dbb36867a9
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      utils/install.sh

+ 2 - 2
utils/install.sh

@@ -108,10 +108,10 @@ installextrapackages() { \
 echo 'Installing Nvim Mach 2'
 
 # install node and neovim support
-which node > /dev/null && echo "node installed, moving on..." || echo "please install node first" && exit
+which node > /dev/null && echo "node installed, moving on..." || echo "please install node first"
 
 # install pip
-which pip > /dev/null && echo "pip installed, moving on..." || echo "please install pip first" && exit
+which pip > /dev/null && echo "pip installed, moving on..." || echo "please install pip first"
 
 # install pynvim
 pip list | grep pynvim > /dev/null && echo "pynvim installed, moving on..." || installpynvim