Forum

Full Version: Trying to get alpha5
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I'm trying to test alpha5 on my RPI (i run step by step the lines explain in https://github.com/xbianonpi/xbian/blob/xbian-alpha5/Docs/Setup.MD).

... and, i've got a problem at line 206 (wget -O - http://[aptsource]/xbian.gpg.key | apt-key add -)

Code:
root@xbian:/home/xbian# wget -O - http://[aptsource]/xbian.gpg.key | apt-key add -
http://[aptsource]/xbian.gpg.key: Invalid IPv6 numeric address.
gpg: no valid OpenPGP data found.
root@xbian:/home/xbian#
Huh

Any idea Big Grin ?

Thanks
replace [aptsource] with apt.xbian.org
ok : seems to work

thanks
Reference URL's