mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
readme
This commit is contained in:
parent
96026a5e90
commit
356232677a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user