Kodi Community Forum

Full Version: installing XBMC without mac terminal?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
just bought an ATV2 just to get XBMC on it... and i just finished jailbroking it

i'm following this guide:
http://wiki.xbmc.org/index.php?title=Ins...MC_on_ATV2

But there's a bunch of commands to type.... i don't have an apple computer so how am i going to send those commands ?

$ ssh root@<your ATV2 IP address>

root@<your ATV2 IP address>'s password: ''enter your password here, it should be "alpine" if you haven't changed it''

$ apt-get install wget

$ wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add -

$ echo "deb http://apt.awkwardtv.org/ stable main" > /etc/apt/sources.list.d/awkwardtv.list

$ echo "deb http://mirrors.xbmc.org/apt/atv2 ./" > /etc/apt/sources.list.d/xbmc.list

$ apt-get update

$ apt-get install org.xbmc.xbmc-atv2
I'm guessing you are on windows, you can use putty (http://the.earth.li/~sgtatham/putty/late.../putty.exe)

select ssh, then put the ip of your atv2 in, hit open then type in the password. from there on you can type in the commands from the guide
thanks, it worked