Update Kicksecure documentation

This commit is contained in:
deathrow 2022-08-07 09:28:46 -04:00
parent 7beebd83d7
commit c1f144380f
No known key found for this signature in database
GPG Key ID: FF39D67A22069F73

View File

@ -56,7 +56,7 @@ git config --global http.proxy http://127.0.0.1:8002
#### Debian Security #### Debian Security
Installing Kicksecure: Adding the Kicksecure repository:
``` ```
curl --proxy http://127.0.0.1:8082/ --tlsv1.3 --proto =https --max-time 180 --output ~/derivative.asc https://www.kicksecure.com/derivative.asc curl --proxy http://127.0.0.1:8082/ --tlsv1.3 --proto =https --max-time 180 --output ~/derivative.asc https://www.kicksecure.com/derivative.asc
@ -69,8 +69,15 @@ sudo cp ~/derivative.asc /usr/share/keyrings/derivative.asc
``` ```
echo "deb [signed-by=/usr/share/keyrings/derivative.asc] tor+http://deb.w5j6stm77zs6652pgsij4awcjeel3eco7kvipheu6mtr623eyyehj4yd.onion bullseye main contrib non-free" | sudo tee /etc/apt/sources.list.d/derivative.list echo "deb [signed-by=/usr/share/keyrings/derivative.asc] tor+http://deb.w5j6stm77zs6652pgsij4awcjeel3eco7kvipheu6mtr623eyyehj4yd.onion bullseye main contrib non-free" | sudo tee /etc/apt/sources.list.d/derivative.list
``` ```
Installing Kicksecure package:
Installing LKRG ``kicksecure-qubes-cli`` and ``kicksecure-qubes-gui`` are available.
```
sudo apt install --no-install-recommends kicksecure-qubes-cli
```
Installing LKRG:
``` ```
sudo apt install --no-install-recommends lkrg-dkms linux-headers-amd64 sudo apt install --no-install-recommends lkrg-dkms linux-headers-amd64