From 9c109e8a42f175d5fba768608bf116453e46ea5e Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 12 May 2024 02:54:44 -0700 Subject: [PATCH] Styling change Signed-off-by: Tommy --- fedora/mullvad.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/fedora/mullvad.sh b/fedora/mullvad.sh index b3c1c30..a997656 100644 --- a/fedora/mullvad.sh +++ b/fedora/mullvad.sh @@ -15,13 +15,11 @@ # the License. sudo dnf config-manager --add-repo https://repository.mullvad.net/rpm/stable/mullvad.repo -sudo dnf install mullvad-vpn +sudo dnf install -y mullvad-vpn sudo systemctl enable mullvad-daemon sudo mkdir -p /etc/qubes-bind-dirs.d -sudo tee /etc/qubes-bind-dirs.d/50_user.conf << EOF > /dev/null -binds+=( '/etc/mullvad-vpn' ) -EOF +echo 'binds+=( '\'''/etc/mullvad-vpn''\'' )' | sudo tee /etc/qubes-bind-dirs.d/50_user.conf # Run these in the AppVM: # echo "sleep 10 # Waiting a bit so that Mullvad can establish connection