Skip to content

Instantly share code, notes, and snippets.

@lee-pai-long
Created January 20, 2016 14:24
Show Gist options
  • Save lee-pai-long/98af1f412aacfed0aab9 to your computer and use it in GitHub Desktop.
Save lee-pai-long/98af1f412aacfed0aab9 to your computer and use it in GitHub Desktop.

[UBUNTU 15.04] Install kodi

$ [sudo] apt-get update && \
> [sudo] apt-get install software-properties-common && \
> [sudo] add-apt-repository ppa:team-xbmc/ppa && \
> [sudo] apt-get update && \
> [sudo] apt-get install kodi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment