Created
November 2, 2019 16:29
-
-
Save RobertCNelson/b07a4e12a61ce9c89f3769553a5bd54d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| voodoo@x2-am57xx-beagle-x15-2gb:~$ wget https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | |
| voodoo@x2-am57xx-beagle-x15-2gb:~$ chmod +x install.sh | |
| voodoo@x2-am57xx-beagle-x15-2gb:~$ sudo mkdir /opt/nvm/ | |
| voodoo@x2-am57xx-beagle-x15-2gb:~$ sudo chown -R 1000:1000 /opt/nvm/ | |
| voodoo@x2-am57xx-beagle-x15-2gb:~$ export NVM_DIR=/opt/nvm | |
| voodoo@x2-am57xx-beagle-x15-2gb:~$ ./install.sh | |
| .bashrc | |
| export NVM_DIR="/opt/nvm" | |
| [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm | |
| [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment