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