95
edits
Line 11: | Line 11: | ||
== Linux == | == Linux == | ||
If you are working with a fresh installation of | If you are working with a fresh installation of one of the operating systems list in the compatibility checklist, 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. | ||
sudo apt update | |||
sudo apt install curl git dropbear | |||
curl -o- ht<span>tps://</span>raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash | 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 | ||
=== OS Compatibility checklist === | |||
{| class="wikitable" | |||
! OS !! Compatible !! Link to ISO !! Notes | |||
|- | |||
| Ubuntu 16.06 || yes || ubuntu dot whatever || | |||
|- | |||
| Ubuntu 14 || please verify || ubuntu dot whatever || | |||
|- | |||
| Debian Stretch || yes || debian dot whatever || | |||
|- | |||
| Debian Jessie || yes || debian dot whatever || | |||
|- | |||
| Arch Linux || yes || archlinux.org || you may have to build dropbear from [https://github.com/mkj/dropbear source] | |||
|- | |||
|} | |||
== Mac == | == Mac == |
edits