Archive talk:Install Kodi on Apple TV 2: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Doktorn
No edit summary
>Felius
(Update to instructions for Seas0nPass 0.70)
Line 1: Line 1:
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.
[[User:Felius|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.
The instructions are missing few steps. These are documented in the forums, and I am simply copying them here.



Revision as of 09:47, 26 February 2011

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