Skip to content

Commit

Permalink
Fixed error adding Kali's GPG key
Browse files Browse the repository at this point in the history
The formerly used key ED444FF07D8D0BF6 expired and are not any more on the common key servers. The new key can be fetched directly from https://archive.kali.org/archive-key.asc. This resolves issue s-h-3-l-l#22 for good.
  • Loading branch information
owels45 authored Jul 9, 2020
1 parent 91670e6 commit d506b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi
/usr/bin/env python3 -V >/dev/null || die "Please install 'python3'";

# Install all dependencies:
apt-key adv -qq --keyserver pool.sks-keyservers.net --recv-keys ED444FF07D8D0BF6 || apt-key adv -qq --keyserver hkp://pool.sks-keyservers.net:80 --recv-keys ED444FF07D8D0BF6 || die "This may be a server issue. Please try again later";
wget -q -O - https://archive.kali.org/archive-key.asc | apt-key add
apt-get -qq -y -m install python3-apt || die;

install -T -g root -o root -m 555 ./katoolin3.py "$DIR/$PROGRAM" || die;
Expand Down

0 comments on commit d506b99

Please sign in to comment.