This commit is contained in:
Patrick Schleizer 2021-11-09 14:32:33 -05:00
parent 96026a5e90
commit 356232677a
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -10,21 +10,21 @@ Happening primarily in Whonix forums.
https://forums.whonix.org/t/kernel-hardening/7296 https://forums.whonix.org/t/kernel-hardening/7296
## How to install `security-misc` using apt-get ## ## How to install `security-misc` using apt-get ##
1\. Download Whonix's Signing Key. 1\. Download the APT Signing Key.
``` ```
wget https://www.whonix.org/patrick.asc wget https://www.whonix.org/derivative.asc
``` ```
Users can [check Whonix Signing Key](https://www.whonix.org/wiki/Whonix_Signing_Key) for better security. Users can [check Whonix Signing Key](https://www.whonix.org/wiki/Whonix_Signing_Key) for better security.
2\. Add Whonix's signing key. 2\. Add the APT Signing Key..
``` ```
sudo cp ~/derivative.asc /usr/share/keyrings/derivative.asc sudo cp ~/derivative.asc /usr/share/keyrings/derivative.asc
``` ```
3\. Add Whonix's APT repository. 3\. Add the derivative repository.
``` ```
echo "deb [signed-by=/usr/share/keyrings/derivative.asc] https://deb.whonix.org bullseye main contrib non-free" | sudo tee /etc/apt/sources.list.d/derivative.list echo "deb [signed-by=/usr/share/keyrings/derivative.asc] https://deb.whonix.org bullseye main contrib non-free" | sudo tee /etc/apt/sources.list.d/derivative.list