Skip to content

Instantly share code, notes, and snippets.

@ViBE-HU
Created February 20, 2025 13:23
Show Gist options
  • Select an option

  • Save ViBE-HU/577b9f1cc4e45936899d2f67e08b7d62 to your computer and use it in GitHub Desktop.

Select an option

Save ViBE-HU/577b9f1cc4e45936899d2f67e08b7d62 to your computer and use it in GitHub Desktop.
Ubuntu 24.04 Tor PPA fix
sudo apt install apt-transport-https gnupg
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/deb.torproject.org-keyring.gpg] https://deb.torproject.org/torproject.org noble main" | sudo tee /etc/apt/sources.list.d/tor.list
curl -fsSL https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc | gpg --dearmor | sudo tee /usr/share/keyrings/deb.torproject.org-keyring.gpg > /dev/null
sudo apt update
sudo apt install tor deb.torproject.org-keyring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment