Explorar el Código

Updated appserver script to take node version dynamically

master
Steffan JJ hace 1 año
padre
commit
c692be79d1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      trias_appserver_script.sh

+ 1
- 1
trias_appserver_script.sh Ver fichero

@@ -6,7 +6,7 @@ source ~/.bashrc
nvm list-remote
echo "Enter the version of node you want to install:"
read nodeversion
nvm $nodeversion
nvm install $nodeversion

#ADDING GIT DOMAIN NAME TO HOSTS
# echo "10.10.5.77 git.bbh.org.in" >> /etc/hosts

Cargando…
Cancelar
Guardar