Kaynağa Gözat

Updated appserver script to take node version dynamically

production
Steffan JJ 2 yıl önce
ebeveyn
işleme
c692be79d1
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      trias_appserver_script.sh

+ 1
- 1
trias_appserver_script.sh Dosyayı Görüntüle

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…
İptal
Kaydet