Update kali.md

This commit is contained in:
wand3rlust 2022-05-13 23:58:06 +00:00 committed by GitHub
parent 3010e73971
commit 24292fa166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -105,7 +105,8 @@ $ qvm-copy kali-key.asc
6. Add the Kali PGP key to the list of keys trusted to authenticate packages:
```shell_session
# cp /home/user/QubesIncoming/dispXXX/kali-key.asc /etc/apt/trusted.gpg.d
# cd /home/user/QubesIncoming/dispXXX && gpg --dearmor kali-key.asc
# cp kali-key.asc.gpg /etc/apt/trusted.gpg.d/
```