This website works better with JavaScript.
Home
Explore
Help
Sign In
jeffery
/
elxr
forked from
chess/elxr
Watch
2
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Updated appserver script to take node version dynamically
master
Steffan JJ
2 years ago
parent
69b4180586
commit
c692be79d1
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
trias_appserver_script.sh
+ 1
- 1
trias_appserver_script.sh
View File
@@ -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
Write
Preview
Loading…
Cancel
Save