File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,13 +27,12 @@ you install *all* of the recommended packages. If you don't know what
2727
2828If you haven't already, you will also need to [ add the ev3dev archive to apt] [ ev3dev-archive ] .
2929Be sure to install the ` ev3dev-archive-keyring ` package. We will need it later.
30-
3130If 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
3837If you have never used ` git ` before, you need to configure your name and email.
3938In a terminal, run...
You can’t perform that action at this time.
0 commit comments