Skip to content

Instantly share code, notes, and snippets.

@eylenburg
Created May 30, 2024 19:15
Show Gist options
  • Save eylenburg/ee5593ef7daff417a82d1c31c362c984 to your computer and use it in GitHub Desktop.
Save eylenburg/ee5593ef7daff417a82d1c31c362c984 to your computer and use it in GitHub Desktop.

How to install the Mullvad VPN app in Fedora Atomic Desktop (Kinoite, Silverblue etc.)

Enter these commands:

sudo -s
cd /etc/yum.repos.d/
wget https://repository.mullvad.net/rpm/stable/mullvad.repo
rpm-ostree install mullvad-vpn
systemctl reboot
systemctl enable --now mullvad-daemon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment