diff --git a/README_generic.md b/README_generic.md index 0cd2541..e77e0d4 100644 --- a/README_generic.md +++ b/README_generic.md @@ -10,21 +10,21 @@ Happening primarily in Whonix forums. https://forums.whonix.org/t/kernel-hardening/7296 ## 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. -2\. Add Whonix's signing key. +2\. Add the APT Signing Key.. ``` 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