Skip to content

Commit a33541a

Browse files
authored
Now using PPA instead of archive.ev3dev.org
Dev tools package repository has moved.
1 parent f5f6932 commit a33541a

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/devtools/installing-the-ev3dev-archive.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,18 @@ on one of our debian packages, you will need some packages from this archive.
99

1010
If you just want to write programs for the EV3 itself, you don't need this.
1111

12-
Adding it is quite simple. Save the following as `/etc/apt/sources.list.d/ev3dev.list`.
12+
Only Ubuntu Trusty (for Travis CI) and the latest Ubuntu LTS are supported
13+
(the latest Ubuntu Stable might work).
1314

14-
deb http://archive.ev3dev.org/ubuntu trusty main
15-
#deb-src http://archive.ev3dev.org/ubuntu trusty main
15+
{% include /style/icon.html type="info" %}
16+
This package archive was move from `archive.ev3dev.org` to a PPA in mid-2017.
17+
If you are using `archive.ev3dev.org`, you should delete it from `/etc/apt/lists.d/`
18+
and set up the new PPA instead.
19+
{: .alert .alert-info}
1620

17-
Then trust the keyring by running...
21+
Adding it is quite simple. Just run the following command.
1822

19-
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys D57D95AF93178A7C
23+
sudo apt-add-repository ppa:ev3dev/tools
2024

2125
Now, lets try it out...
2226

0 commit comments

Comments
 (0)