Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
blesson
/
elxr
forkeado de
chess/elxr
Seguir
1
Destacar
1
Fork
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Updated appserver script to take node version dynamically
master
Steffan JJ
hace 2 años
padre
69b4180586
commit
c692be79d1
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
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
Escribir
Vista previa
Cargando…
Cancelar
Guardar