This is the unofficial binary repository of Kodi 20.0 "Nexus" targeting Debian 11 "bullseye".
Supported architectures for now include only amd64 and i386 (32-bit and 64-bit x86 CPUs, like Intel or AMD)
The packages for buster-backports were removed in favor of official backports available from Debian backports
To migrate Kodi 19.0 setup from this repository to official backports:
-
Download the migration script:
curl -L -O -J https://basilgello.github.io/kodi-nightly-debian-repo/buster-migration-script.sh
-
(OPTIONALLY) Download and verify GPG signature of script:
curl -L -O -J https://basilgello.github.io/kodi-nightly-debian-repo/repository-key.asc curl -L -O -J https://basilgello.github.io/kodi-nightly-debian-repo/buster-migration-script.sh.asc gpg --import repository-key.asc gpg --verify buster-migration-script.sh.asc buster-migration-script.sh
-
Run migration script as root:
sudo sh buster-migration-script.sh
-
Reboot computer!
This repository is maintained by Vasyl Gello [email protected].