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
>Doktorn
No edit summary
Line 8: Line 8:


The following is also missing and should be performed right after apt-get update:
The following is also missing and should be performed right after apt-get update:
<nowiki>apt-get upgrade</nowiki>
<nowiki>apt-get upgrade</nowiki>

Revision as of 23:31, 28 January 2011

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