Archive talk:Install Kodi on Apple TV 2

From Official Kodi Wiki
Revision as of 23:31, 28 January 2011 by >Doktorn
Jump to navigation Jump to search

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