-
Notifications
You must be signed in to change notification settings - Fork 5
Add the repo
coslyk edited this page Feb 22, 2020
·
1 revision
- Open "Software & Updates", go to "Other Software" and click "Add...":
- Enter
https://dl.bintray.com/debianopt/debianopt buster main
:
-
Download the Key File
-
Go to "Authentication" and click "Import Key File...":
- Select the key file:
- Refresh.
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