mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
yum.repos.d: add mullvad.repo
This commit is contained in:
parent
ddd08445e9
commit
6918ac27d4
@ -11,6 +11,8 @@ as the links below.
|
|||||||
- https://yggdrasil-network.github.io/installation-linux-rpm.html
|
- https://yggdrasil-network.github.io/installation-linux-rpm.html
|
||||||
- `sudo dnf config-manager --add-repo https://rpm.librewolf.net/librewolf-repo.repo`
|
- `sudo dnf config-manager --add-repo https://rpm.librewolf.net/librewolf-repo.repo`
|
||||||
- https://librewolf.net/installation/fedora/
|
- 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://www.insynchq.com/
|
||||||
- https://keybase.io/docs/the_app/install_linux
|
- https://keybase.io/docs/the_app/install_linux
|
||||||
- https://rpmfusion.org/Configuration
|
- https://rpmfusion.org/Configuration
|
||||||
|
8
etc/yum.repos.d/mullvad.repo
Normal file
8
etc/yum.repos.d/mullvad.repo
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user