etc/yum.repos.d: replace unstable protonvpn with stable

This commit is contained in:
Aminda Suomalainen 2022-09-17 20:20:55 +03:00
parent 809eb42cb2
commit d2bbe52a21
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 10 additions and 7 deletions

View File

@ -1,7 +0,0 @@
[proton-fedora-unstable]
name="proton-fedora-unstable"
baseurl=https://repo.protonvpn.com/fedora-$releasever-unstable/
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://repo.protonvpn.com/fedora-$releasever-unstable/public_key.asc

View File

@ -0,0 +1,10 @@
#
# ProtonVPN stable release
#
[protonvpn-fedora-stable]
name = ProtonVPN Fedora Stable repository
baseurl = https://repo.protonvpn.com/fedora-$releasever-stable
enabled = 1
gpgcheck = 1
repo_gpgcheck=1
gpgkey = https://repo.protonvpn.com/fedora-$releasever-stable/public_key.asc