2022-08-01 02:24:47 -04:00
|
|
|
#!/bin/bash
|
|
|
|
|
2024-04-28 16:57:34 -04:00
|
|
|
# Copyright (C) 2022-2024 Thien Tran
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
|
|
|
# use this file except in compliance with the License. You may obtain a copy of
|
|
|
|
# the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
|
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
|
|
# License for the specific language governing permissions and limitations under
|
|
|
|
# the License.
|
2022-08-01 02:24:47 -04:00
|
|
|
|
2024-04-28 16:57:34 -04:00
|
|
|
sudo dnf config-manager --add-repo https://repository.mullvad.net/rpm/stable/mullvad.repo
|
2024-05-12 05:54:44 -04:00
|
|
|
sudo dnf install -y mullvad-vpn
|
2022-08-14 19:00:40 -04:00
|
|
|
|
2022-09-03 06:04:46 -04:00
|
|
|
sudo mkdir -p /etc/qubes-bind-dirs.d
|
2024-05-12 05:54:44 -04:00
|
|
|
echo 'binds+=( '\'''/etc/mullvad-vpn''\'' )' | sudo tee /etc/qubes-bind-dirs.d/50_user.conf
|
2022-08-15 00:07:27 -04:00
|
|
|
|
2024-01-24 19:46:28 -05:00
|
|
|
# Run these in the AppVM:
|
|
|
|
# echo "sleep 10 # Waiting a bit so that Mullvad can establish connection
|
|
|
|
# /usr/lib/qubes/qubes-setup-dnat-to-ns" | sudo tee -a /rw/config/rc.local
|