Skip to content

Commit 9e9054b

Browse files
committed
Add bit about raspbian-archive-keyring
1 parent 465789a commit 9e9054b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/devtools/packaging-for-ev3dev.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ you install *all* of the recommended packages. If you don't know what
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.
3030

31+
If you will be building for Raspberry Pi, you need to install the `raspbian-archive-keyring`
32+
package as well:
33+
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
37+
3138
If you have never used `git` before, you need to configure your name and email.
3239
In a terminal, run...
3340

0 commit comments

Comments
 (0)