diff --git a/installer.sh b/installer.sh index bf929c8..229ec2c 100755 --- a/installer.sh +++ b/installer.sh @@ -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) ]] @@ -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 diff --git a/kali-anonsurf-deb-src/DEBIAN/control b/kali-anonsurf-deb-src/DEBIAN/control index 74063a6..f157d8c 100644 --- a/kali-anonsurf-deb-src/DEBIAN/control +++ b/kali-anonsurf-deb-src/DEBIAN/control @@ -1,5 +1,5 @@ Package: kali-anonsurf -Version: 1.2.2.5 +Version: 1.2.3.0 Architecture: all Maintainer: Und3rf10w Installed-Size: 64 diff --git a/kali-anonsurf-deb-src/etc/tor/torrc.anon b/kali-anonsurf-deb-src/etc/tor/torrc.anon old mode 100755 new mode 100644