瀏覽代碼

Updated appserver script to take node version dynamically

master
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

Loading…
取消
儲存