Skip to content

Commit 69a7e0d

Browse files
committed
raspbian-archive-keyring is included in ev3dev package archive now
1 parent 984a72f commit 69a7e0d

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

docs/devtools/packaging-for-ev3dev.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,12 @@ you install *all* of the recommended packages. If you don't know what
2727

2828
If you haven't already, you will also need to [add the ev3dev archive to apt][ev3dev-archive].
2929
Be sure to install the `ev3dev-archive-keyring` package. We will need it later.
30-
3130
If you will be building for Raspberry Pi, you need to install the `raspbian-archive-keyring`
32-
package as well:
31+
package as well.
3332

34-
wget http://archive.raspbian.org/raspbian/pool/main/r/raspbian-archive-keyring/raspbian-archive-keyring_20120528.2_all.deb
35-
sudo dpkg -i raspbian-archive-keyring_20120528.2_all.deb
36-
rm raspbian-archive-keyring_20120528.2_all.deb
33+
sudo apt-add-repository "deb http://archive.ev3dev.org/ubuntu xenial main"
34+
sudo apt-get update
35+
sudo apt-get install ev3dev-archive-keyring raspbian-archive-keyring
3736

3837
If you have never used `git` before, you need to configure your name and email.
3938
In a terminal, run...

0 commit comments

Comments
 (0)