Browse Source

Updated appserver script to take node version dynamically

master
Steffan JJ 1 year ago
parent
commit
c692be79d1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      trias_appserver_script.sh

+ 1
- 1
trias_appserver_script.sh View File

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

Loading…
Cancel
Save