ProtonVPN / python-proton-keyring-linux

GNU General Public License v3.0
3 stars 4 forks source link

New apt sources ? #2

Open fthx opened 6 months ago

fthx commented 6 months ago

Hi,

[Ubuntu Noble] protonvpn-stable-release package installs old format file in /etc/apt/sources.list.d .

I changed this to the new format:

Types: deb
URIs: https://repo.protonvpn.com/debian/
Suites: stable
Components: main
Signed-By: /usr/share/keyrings/protonvpn-stable-archive-keyring.gpg

and this seems to work. Just for information.

calexandru2018 commented 6 months ago

Hey @fthx thanks for mentioning this, what happens when you install our package ?

fthx commented 6 months ago

It installs the same file (with another extension, maybe it was .sources?) but in an old syntax "deb .....".

calexandru2018 commented 6 months ago

Understood. We've briefly looked into it and it seems like it's supported by apt since 1.1 so it should be ok to transition without any breaking changes. Thanks for letting us know, we'll update this asap.