Переглянути джерело

Updated appserver script to take node version dynamically

production
Steffan JJ 2 роки тому
джерело
коміт
c692be79d1
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      trias_appserver_script.sh

+ 1
- 1
trias_appserver_script.sh Переглянути файл

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

Завантаження…
Відмінити
Зберегти