Archive talk:Install Kodi on Apple TV 2

From Official Kodi Wiki
Revision as of 23:33, 4 March 2011 by >Kerbdog
Jump to navigation Jump to search

This page should be updated to reflect that Seas0nPass isn't the only method, greenpois0n can be used for an untethered jailbreak. http://www.appletvhacks.net/2011/02/16/how-to-jailbreak-apple-tv-2-with-greenpois0n-rc6/

-Kerbdog 23:39, 4 March 2011 (UTC)


As of the Seas0nPass 0.70 update, the xbmc apt repository is already pre-configured (along with several others) after jailbreaking the ATV2. The only steps necessary to get XBMC running now are:

apt-get update
apt-get upgrade
apt-get install org.xbmc.xbmc-atv2

…answering yes to all prompts as necessary. Felius 09:47, 26 February 2011 (UTC)

The instructions are missing few steps. These are documented in the forums, and I am simply copying them here.

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 apt-get update


The following is also missing and should be performed right after apt-get update:

apt-get upgrade