How to Install XBMC on Current 5.1.1 JB

HI All, There are a bunch of people having trouble getting xbmc installed because of a 404 error. so here are the commands with the mirror.

You need to SSH into your ATV. If you dont know how to do this then LEARN that first… Google is your friend.

 

here are the commands.

 

apt-get update

mkdir -p /Applications/AppleTV.app/Appliances

apt-get install org.xbmc.xbmc-atv2

mkdir -p /Applications/XBMC.frappliance

wget http://mirrors.xbmc.org/apt/atv2/deb/org.xbmc.xbmc-atv2_11.0-3_iphoneos-arm.deb

dpkg -i org.xbmc.xbmc-atv2_11.0-3_iphoneos-arm.deb

rm org.xbmc.xbmc-atv2_11.0-3_iphoneos-arm.deb

reboot

all working fine.thanks for your help :slight_smile: