Sfoglia il codice sorgente

Updated appserver script to take node version dynamically

master
Steffan JJ 1 anno fa
parent
commit
c692be79d1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      trias_appserver_script.sh

+ 1
- 1
trias_appserver_script.sh Vedi File

@@ -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

Loading…
Annulla
Salva