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
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)
 
(19 intermediate revisions by 8 users not shown)
Line 1: Line 1:
The instructions are missing few steps. These are documented in the forums, and I am simply copying them here.
{{IOShelp}}


<nowiki>apt-get install wget
== Introduction: is it needed? ==
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>


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))


The following is also missing and should be performed right after apt-get update:
: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)
<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)