Created
February 16, 2019 06:48
-
-
Save SkaTeMasTer/93e4d96bce6fa11d7fd179980d1f5632 to your computer and use it in GitHub Desktop.
Revisions
-
SkaTeMasTer created this gist
Feb 16, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ KALI reports the following error message about PGP key on apt-get: "The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>" To fix, execute the command: $ wget -q -O - https://archive.kali.org/archive-key.asc | apt-key add;