Skip to content

Commit

Permalink
Merge pull request #107 from Und3rf10w/feature/i2p_repo_update
Browse files Browse the repository at this point in the history
Version bump, installer update for new i2p ppa
  • Loading branch information
Und3rf10w authored Dec 20, 2023
2 parents d39788b + 142318e commit 730a46c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ fi
rm -f /etc/apt/sources.list.d/i2p.list

# Compile the i2p ppa
echo "deb https://deb.i2p2.de/ unstable 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
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
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
2 changes: 1 addition & 1 deletion kali-anonsurf-deb-src/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: kali-anonsurf
Version: 1.2.2.5
Version: 1.2.3.0
Architecture: all
Maintainer: Und3rf10w
Installed-Size: 64
Expand Down
Empty file modified kali-anonsurf-deb-src/etc/tor/torrc.anon
100755 → 100644
Empty file.

0 comments on commit 730a46c

Please sign in to comment.