From eb18006d34821e3309acc8fd48633762cee301a4 Mon Sep 17 00:00:00 2001 From: el3ctr0lyte <69082962+el3ctr0lyte@users.noreply.github.com> Date: Thu, 1 Jul 2021 09:33:53 +0200 Subject: Update tor.html --- tor.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tor.html b/tor.html index fb8c896..5b5aa41 100644 --- a/tor.html +++ b/tor.html @@ -27,8 +27,8 @@
Firstly we need to add the tor repo's to have the latest up to date version or tor.
apt install apt-transport-https
- echo "deb https://deb.torproject.org/torproject.org buster main" > /etc/apt/sources.list.d/
- echo "deb-src https://deb.torproject.org/torproject.org buster main" >> /etc/apt/sources.list.d/
+ echo "deb https://deb.torproject.org/torproject.org buster main" > /etc/apt/sources.list.d/tor
+ echo "deb-src https://deb.torproject.org/torproject.org buster main" >> /etc/apt/sources.list.d/tor
Then we need to add the gpg keys to our keyring
-- cgit v1.2.3