From 1fe3036a4903588b89edd82e7097a665271fd27f Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Thu, 1 Aug 2019 11:13:43 +0000 Subject: [PATCH] readme --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 643e5ad..69890e5 100644 --- a/README.md +++ b/README.md @@ -186,16 +186,24 @@ Application specific hardening: * Deactivates thumbnails in Thunar. ## How to install `security-misc` using apt-get ## -1\. Add [Whonix's Signing Key](https://www.whonix.org/wiki/Whonix_Signing_Key). +1\. Download [Whonix's Signing Key](). ``` -sudo apt-key --keyring /etc/apt/trusted.gpg.d/whonix.gpg adv --keyserver hkp://ipv4.pool.sks-keyservers.net:80 --recv-keys 916B8D99C38EAF5E8ADC7A2A8D66066A2EEACCDA +wget https://www.whonix.org/patrick.asc +``` + +Users can [check Whonix Signing Key](https://www.whonix.org/wiki/Whonix_Signing_Key) for better security. + +2\. Add Whonix's signing key. + +``` +sudo apt-key --keyring /etc/apt/trusted.gpg.d/whonix.gpg add ~/patrick.asc ``` 3\. Add Whonix's APT repository. ``` -echo "deb http://deb.whonix.org buster main contrib non-free" | sudo tee /etc/apt/sources.list.d/whonix.list +echo "deb https://deb.whonix.org buster main contrib non-free" | sudo tee /etc/apt/sources.list.d/whonix.list ``` 4\. Update your package lists.