Forum
[SOLVED] Trying to get alpha5 - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Testing & Experimental (/forum-21.html)
+--- Thread: [SOLVED] Trying to get alpha5 (/thread-310.html)



Trying to get alpha5 - micmic - 22nd Jan, 2013 06:17 PM

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


Trying to get alpha5 - Koenkk - 22nd Jan, 2013 07:05 PM

replace [aptsource] with apt.xbian.org


RE: Trying to get alpha5 - micmic - 22nd Jan, 2013 07:11 PM

ok : seems to work

thanks