mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-27 17:56:24 +03:00
[GH-ISSUE #185] can't do it on Mac OS #155
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/katoolin-LionSec#155
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wdnmdthisishard on GitHub (Mar 16, 2019).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/185
@thiagopanda commented on GitHub (Apr 10, 2019):
I'm running Xubuntu 18.04 on an old iMac5,1 Late 2006 Core 2 Duo and not able to run step 1) to add the repositories.
Error as follow:
Executing: /tmp/apt-key-gpghome.w92CISO3NG/gpg.1.sh --keyserver pgp.mit.edu --recv-keys ED444FF07D8D0BF6
gpg: keyserver receive failed: No data
This was my first step into looking into the error. I guess I'll keep searching.
@thiagopanda commented on GitHub (Apr 10, 2019):
Ok, seems like pgp.mit.edu is the issue.
Open script (/usr/bin/katoolin) with your favorite text editor and replace that server in the very beginning of the file (line 49) to another reputable one: keyserver.ubuntu.com
Save the file and give it a go!