A simple script to upgrade Mullvad VPN on Debian and Ubuntu Linux.
Go to file
KawaiiPunk 9204f4488a
Adding lines to launch app
2023-07-02 00:32:47 +01:00
LICENSE Initial commit 2023-07-01 23:19:29 +00:00
README.md Updated README 2023-07-02 00:22:29 +01:00
upgrade-mullvad-vpn.sh Adding lines to launch app 2023-07-02 00:32:47 +01:00

README.md

upgrade-mullvad-vpn

A simple script to upgrade Mullvad VPN on Debian and Ubuntu Linux.

It will download both the Mullvad VPN client and its corresponding PGP signature file. The script then imports the Mullvad PGP key, verifies the PGP signature of the downloaded client package, and proceeds with the installation only if the signature verification is successful.

Please note that you need to have GnuPG (gpg) installed on your system for PGP signature verification. Also, make sure to review the script and ensure it meets your requirements before running it.