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

From Official Kodi Wiki
Jump to navigation Jump to search
>Felius
(Update to instructions for Seas0nPass 0.70)
m (Karellen moved page HOW-TO talk:Install Kodi on Apple TV 2 to Archive talk:Install Kodi on Apple TV 2 without leaving a redirect)
 
(17 intermediate revisions by 6 users not shown)
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:
{{IOShelp}}
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.
== Introduction: is it needed? ==


<nowiki>apt-get install wget
Does the XBMC install document need an introduction? It's a good way to remove background info from the actual install steps but it does lengthen the install doc. Anyone else? ([[User:Jd2157|Jd2157]] 20:02, 12 September 2011 (UTC))
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</nowiki>


 
:I wasn't so sure about it myself at first either, but it's probably a good idea since a lot of people will glaze over the FAQ and go straight to install, or be linked directly (note to self, make some kind of navigation bar/box for iOS topics). I don't feel strongly about it either way. -- [[User:Ned Scott|Ned Scott]] 00:14, 13 September 2011 (UTC)
The following is also missing and should be performed right after apt-get update:
 
<nowiki>apt-get upgrade</nowiki>

Latest revision as of 07:12, 19 June 2020

Emblem-important-yellow.png NOTICE:
Need help Jailbreaking? Go to http://forum.firecore.com or http://modmyi.com/forums/

Need help with XBMC? Go to XBMC iOS specific help forum or #xbmc-ios on irc.freenode.org

Introduction: is it needed?

Does the XBMC install document need an introduction? It's a good way to remove background info from the actual install steps but it does lengthen the install doc. Anyone else? (Jd2157 20:02, 12 September 2011 (UTC))

I wasn't so sure about it myself at first either, but it's probably a good idea since a lot of people will glaze over the FAQ and go straight to install, or be linked directly (note to self, make some kind of navigation bar/box for iOS topics). I don't feel strongly about it either way. -- Ned Scott 00:14, 13 September 2011 (UTC)