Skip to content
coslyk edited this page Feb 22, 2020 · 1 revision

Using graphical tools

  1. Open "Software & Updates", go to "Other Software" and click "Add...":

  1. Enter https://dl.bintray.com/debianopt/debianopt buster main:

  1. Download the Key File

  2. Go to "Authentication" and click "Import Key File...":

  1. Select the key file:

  1. Refresh.

Using command line

echo "deb https://dl.bintray.com/debianopt/debianopt buster main" | sudo tee -a /etc/apt/sources.list
curl -o bintray-public.key.asc https://bintray.com/user/downloadSubjectPublicKey?username=bintray
sudo apt-key add bintray-public.key.asc
Clone this wiki locally