Ver código fonte

Updated appserver script to take node version dynamically

master
Steffan JJ 2 anos atrás
pai
commit
c692be79d1
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      trias_appserver_script.sh

+ 1
- 1
trias_appserver_script.sh Ver arquivo

nvm list-remote nvm list-remote
echo "Enter the version of node you want to install:" echo "Enter the version of node you want to install:"
read nodeversion read nodeversion
nvm $nodeversion
nvm install $nodeversion


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

Carregando…
Cancelar
Salvar