Skip to content

Instantly share code, notes, and snippets.

@SkaTeMasTer
Created February 16, 2019 06:48
Show Gist options
  • Save SkaTeMasTer/93e4d96bce6fa11d7fd179980d1f5632 to your computer and use it in GitHub Desktop.
Save SkaTeMasTer/93e4d96bce6fa11d7fd179980d1f5632 to your computer and use it in GitHub Desktop.

Revisions

  1. SkaTeMasTer created this gist Feb 16, 2019.
    8 changes: 8 additions & 0 deletions command-line.sh
    Original 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;