Skip to content

Commit

Permalink
Update install_mullvad.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh authored Feb 12, 2024
1 parent c0ba8ad commit 3087bfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/scripts/install_mullvad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ set -oue pipefail

mkdir -p /tmp/mullvad

#curl -Lo /tmp/rpms/mullvad-vpn.rpm https://mullvad.net/en/download/app/rpm/latest --max-redirs 1
curl -Lo /tmp/rpms/mullvad-vpn.rpm https://mullvad.net/en/download/app/rpm/latest --max-redirs 1

echo 'Downloading files needed for installation ...'
wget -qnc --trust-server-names https://mullvad.net/download/app/rpm/latest -P /tmp/mullvad
#echo 'Downloading files needed for installation ...'
#wget -qnc --trust-server-names https://mullvad.net/download/app/rpm/latest -P /tmp/mullvad
#wget -qnc --trust-server-names https://mullvad.net/download/app/rpm/latest/signature -P /tmp/mullvad
#wget -qnc https://mullvad.net/media/mullvad-code-signing.asc -P /tmp/mullvad
#echo 'Importing Mullvad GPG key ...'
#gpg --import /tmp/mullvad/mullvad-code-signing.asc
#echo 'Verify the Mullvad VPN app ...'
#gpg --verify /tmp/mullvad/MullvadVPN-*.rpm.asc
rpm-ostree install /tmp/mullvad/MullvadVPN-*.rpm
rpm-ostree install /tmp/mullvad/mullvad-vpn.rpm

0 comments on commit 3087bfc

Please sign in to comment.