summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Kramer2020-02-07 19:41:44 +0100
committerTimo Kramer2020-02-07 19:47:45 +0100
commit5cca6d0335491f62446d91fef6424a35e8def634 (patch)
tree7c40113bda89315a6ffb953d0b4818505af3603c
parentbb41d8007a6e646d5dd010be46ad96f75863474c (diff)
downloadaur-5cca6d0335491f62446d91fef6424a35e8def634.tar.gz
README corrected
-rw-r--r--README.md20
1 files changed, 13 insertions, 7 deletions
diff --git a/README.md b/README.md
index 43f71603da17..bf2709144130 100644
--- a/README.md
+++ b/README.md
@@ -3,12 +3,16 @@
This repository is an alternative for people who want to avoid building and running the Electron-App and instead want to rely on the systemd-daemon and the cli. Oriented on [mullvad-vpn in the AUR.](https://aur.archlinux.org/packages/mullvad-vpn/).
## Build
-`gpg2 --keyserver pool.sks-keyservers.net --recv-keys EA0A77BF9E115615FC3BD8BC7653B940E494FE87`
-`gpg2 --edit-key EA0A77BF9E115615FC3BD8BC7653B940E494FE87`
-in gpg console enter `trust`
-in gpg console enter `5`
-in gpg console enter `quit`
-makepkg
+### Download GPG Codesigning Key
+[Manual on the mullvad website](https://mullvad.net/en/help/verifying-signatures/)
+
+- `gpg2 --keyserver pool.sks-keyservers.net --recv-keys EA0A77BF9E115615FC3BD8BC7653B940E494FE87`
+- `gpg2 --edit-key EA0A77BF9E115615FC3BD8BC7653B940E494FE87`
+- in gpg console enter `trust`
+- in gpg console enter `5`
+- in gpg console enter `quit`
+- `makepkg`
+- `pacman -U mullvad-vpn-....pkg.tar.xz`
## CLI Manual
https://mullvad.net/en/help/how-use-mullvad-cli/
@@ -17,4 +21,6 @@ https://mullvad.net/en/help/how-use-mullvad-cli/
You need to put your account number and where you want to connect to into the /etc/mullvad-vpn/settings.json.
## optional Panel Monitor
-For Xfce I am using a [Generic Monitor](https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin) with a check on /usr/bin/mullstat.sh every few seconds. It only checks the daemon-status and returns a string.
+For Xfce I am using a [Generic Monitor](https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin) with a check on a simple script every few seconds. It only checks the daemon-status and returns a string.
+
+`mullvad status 2> /dev/null | head -n 1 | awk '{ print $3 }'`