95
edits
Line 13: | Line 13: | ||
If you are working with a fresh installation of Ubuntu Linux, you will need to install a few pieces of software. | If you are working with a fresh installation of Ubuntu Linux, you will need to install a few pieces of software. | ||
To install them, open your terminal and type the following commands. | To install them, open your terminal and type the following commands. | ||
curl -o- | curl -o- ht<span>tps://</span>raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh" | bash | ||
(make sure to close and reopen your terminal before trying to use nvm) | (make sure to close and reopen your terminal before trying to use nvm) | ||
nvm install 7.10 | nvm install 7.10 | ||
sudo apt-get install git | sudo apt-get install git | ||
sudo apt-get install dropbear | sudo apt-get install dropbear | ||
(arch also works, though you may have to build dropbear from its [https://github.com/mkj/dropbear source]) | (arch also works, though you may have to build dropbear from its [https://github.com/mkj/dropbear source]) |
edits