ソースを参照

Updated appserver script to take node version dynamically

master
Steffan JJ 1年前
コミット
c692be79d1
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      trias_appserver_script.sh

+ 1
- 1
trias_appserver_script.sh ファイルの表示

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

読み込み中…
キャンセル
保存