Skip to content

Commit

Permalink
Updated keyring
Browse files Browse the repository at this point in the history
  • Loading branch information
Und3rf10w committed Dec 20, 2023
1 parent 7b2d969 commit 142318e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ rm -f /etc/apt/sources.list.d/i2p.list

# Compile the i2p ppa
echo "deb https://ppa.launchpadcontent.net/i2p-maintainers/i2p/ubuntu noble main" > /etc/apt/sources.list.d/i2p.list # Default config reads repos from sources.list.d
wget --no-check-certificate -O /tmp/i2p-archive-keyring.gpg https://geti2p.net/_static/i2p-archive-keyring.gpg # Get the latest i2p repo pubkey
apt-key add /tmp/i2p-archive-keyring.gpg # Import the key
rm /tmp/i2p-archive-keyring.gpg # delete the temp key
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AB9660B9EB2CC88B # Add i2p maintainer keys # TODO: Is there a more universal way to do this?
apt-get update # Update repos

if [[ -n $(cat /etc/os-release |grep kali) ]]
Expand All @@ -22,7 +20,6 @@ then
apt-get -f install # resolves anything else in a broken state
fi

apt-get install -y i2p-keyring #this will ensure you get updates to the repository's GPG key
apt-get install -y secure-delete tor i2p # install dependencies, just in case

# Configure and install the .deb
Expand Down
Empty file modified kali-anonsurf-deb-src/etc/tor/torrc.anon
100755 → 100644
Empty file.

0 comments on commit 142318e

Please sign in to comment.