From 6918ac27d45f6fc34b0854e8100ed08938634151 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 20 Nov 2023 21:27:48 +0200 Subject: [PATCH] yum.repos.d: add mullvad.repo --- etc/yum.repos.d/README.md | 2 ++ etc/yum.repos.d/mullvad.repo | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 etc/yum.repos.d/mullvad.repo diff --git a/etc/yum.repos.d/README.md b/etc/yum.repos.d/README.md index 055ed3aa..3064b434 100644 --- a/etc/yum.repos.d/README.md +++ b/etc/yum.repos.d/README.md @@ -11,6 +11,8 @@ as the links below. - https://yggdrasil-network.github.io/installation-linux-rpm.html - `sudo dnf config-manager --add-repo https://rpm.librewolf.net/librewolf-repo.repo` - https://librewolf.net/installation/fedora/ +- `sudo dnf config-manager --add-repo https://repository.mullvad.net/rpm/stable/mullvad.repo` + - https://mullvad.net/en/help/install-mullvad-app-linux#fedora - https://www.insynchq.com/ - https://keybase.io/docs/the_app/install_linux - https://rpmfusion.org/Configuration diff --git a/etc/yum.repos.d/mullvad.repo b/etc/yum.repos.d/mullvad.repo new file mode 100644 index 00000000..9bcb59f8 --- /dev/null +++ b/etc/yum.repos.d/mullvad.repo @@ -0,0 +1,8 @@ +# https://mullvad.net/en/help/install-mullvad-app-linux#fedora +[mullvad-stable] +name=Mullvad VPN +baseurl=https://repository.mullvad.net/rpm/stable/$basearch +type=rpm +enabled=1 +gpgcheck=1 +gpgkey=https://repository.mullvad.net/rpm/mullvad-keyring.asc