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

From Official Kodi Wiki
Jump to navigation Jump to search
>Mikij
(Created page with 'The instructions are missing few steps. These are documented in the forums, and I am simply copying them here. <nowiki>apt-get install wget wget -O- http://apt.awkwardtv.org/awk…')
 
>Doktorn
No edit summary
Line 5: Line 5:
echo “deb http://apt.awkwardtv.org/ stable main” > /etc/apt/sources.list.d/awkwardtv.list
echo “deb http://apt.awkwardtv.org/ stable main” > /etc/apt/sources.list.d/awkwardtv.list
apt-get update</nowiki>
apt-get update</nowiki>
The following is also missing and should be performed right after apt-get update:
<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