Skip to content

Commit

Permalink
Last Raspbian release and https protocol (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
GusGA authored and josevalim committed Jan 26, 2018
1 parent c9cda58 commit 2165f6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.markdown
Expand Up @@ -63,12 +63,12 @@ If your distribution contains an old Elixir/Erlang version, see the sections bel

### Raspberry Pi

If necessary, replace "jessie" with the name of your Raspbian release.
If necessary, replace "stretch" with the name of your Raspbian release.

* The Erlang Solutions repository has a prebuilt package for armhf. This saves a significant amount of time in comparison to recompiling natively
* Get Erlang key
* `echo "deb http://packages.erlang-solutions.com/debian jessie contrib" | sudo tee /etc/apt/sources.list.d/erlang-solutions.list`
* Run: `wget http://packages.erlang-solutions.com/debian/erlang_solutions.asc`
* `echo "deb https://packages.erlang-solutions.com/debian stretch contrib" | sudo tee /etc/apt/sources.list.d/erlang-solutions.list`
* Run: `wget https://packages.erlang-solutions.com/debian/erlang_solutions.asc`
* Add to keychain: `sudo apt-key add erlang_solutions.asc`
* Install Elixir
* Update apt to latest: `sudo apt update`
Expand Down

0 comments on commit 2165f6b

Please sign in to comment.