nymea / berrylan

Raspberry Pi WiFi setup
http://berrylan.org
GNU General Public License v3.0
335 stars 55 forks source link

Issue with piZero install #35

Closed krissyKris closed 4 years ago

krissyKris commented 4 years ago

Hi, I'm getting the issue below:

pi@raspberrypi:~ $ sudo apt-key adv --keyserver keyserver.ubunt.com:80 --recv-keys A1A19ED6 Executing: /tmp/apt-key-gpghome.ylrW6iNfBM/gpg.1.sh --keyserver keyserver.ubunt.com:80 --recv-keys A1A19ED6 gpg: keyserver receive failed: No keyserver available

Thanks for help in advance!

mzanetti commented 4 years ago

Your --keyserver argument seems wrong...

a) it's ubuntu, not ubunt b) I don't think it supports passing the port :80 there...

it works for me with

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A1A19ED6
mzanetti commented 4 years ago

Did you copy this like that from one of our documentation pages? If so, please send me the link so it can be fixed

krissyKris commented 4 years ago

I think it is time to sleep for me :) thanks for spotting such a silly mistake, documentation is fine!