Difference between revisions of "Mesh/WalkThrough"

86 bytes added ,  11:41, 28 June 2017
no edit summary
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- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
   curl -o- "https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh" | bash
  (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])
95

edits