This commit is contained in:
Patrick Schleizer 2023-06-16 10:49:05 +00:00
parent 63599a09d7
commit 0c56d3d9d2
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -14,12 +14,12 @@ https://forums.whonix.org/t/kernel-hardening/7296
1\. Download the APT Signing Key.
```
wget https://www.kicksecure.com/derivative.asc
wget https://www.kicksecure.com/keys/derivative.asc
```
Users can [check the Signing Key](https://www.kicksecure.com/wiki/Signing_Key) for better security.
2\. Add the APT Signing Key..
2\. Add the APT Signing Key.
```
sudo cp ~/derivative.asc /usr/share/keyrings/derivative.asc
@ -28,7 +28,7 @@ sudo cp ~/derivative.asc /usr/share/keyrings/derivative.asc
3\. Add the derivative repository.
```
echo "deb [signed-by=/usr/share/keyrings/derivative.asc] https://deb.kicksecure.com 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.kicksecure.com bookworm main contrib non-free" | sudo tee /etc/apt/sources.list.d/derivative.list
```
4\. Update your package lists.
@ -61,7 +61,7 @@ NOTE: Replace `generic-package` with the actual name of this package `security-m
## Contact ##
* [Free Forum Support](https://forums.kicksecure.com)
* [Professional Support](https://www.kicksecure.com/wiki/Professional_Support)
* [Premium Support](https://www.kicksecure.com/wiki/Premium_Support)
## Donate ##