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/ ```