From 9dc144bc515ae3dbce9326bb7e9d6ffe83487eeb Mon Sep 17 00:00:00 2001 From: kawaiipunk Date: Sun, 2 Jul 2023 00:22:29 +0100 Subject: [PATCH] Updated README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b375d07..4c468cb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # upgrade-mullvad-vpn -A simple script to upgrade Mullvad VPN on Debian and Ubuntu Linux. \ No newline at end of file +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.