From 24292fa16685efb475761203158231796f0b192c Mon Sep 17 00:00:00 2001 From: wand3rlust <83376115+wand3rlust@users.noreply.github.com> Date: Fri, 13 May 2022 23:58:06 +0000 Subject: [PATCH] Update kali.md --- docs/os/pentesting/kali.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/os/pentesting/kali.md b/docs/os/pentesting/kali.md index 3c80e1d..35f846c 100644 --- a/docs/os/pentesting/kali.md +++ b/docs/os/pentesting/kali.md @@ -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/ ```