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