Skip to content

Fix ubuntu repo: Do not use global keyring and sources.list, but separate files for this repo.

-Fixes #20 (closed) by putting repo into a separate file in /etc/apt/sources.list.d/. -According to https://wiki.debian.org/DebianRepository/UseThirdParty keyrings for third party repositories should not be installed by putting them into APT's trusted keyring, but rather be kept in a separate file.

Merge request reports