summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorel3ctr0lyte <69082962+el3ctr0lyte@users.noreply.github.com>2021-07-01 09:33:53 +0200
committerGitHub <noreply@github.com>2021-07-01 09:33:53 +0200
commiteb18006d34821e3309acc8fd48633762cee301a4 (patch)
treeacb739452ee130ea3cbe6ce3ad5771f57062aca7
parent49f45ee59d713b53c96e77cf93ecc05b8a016037 (diff)
Update tor.html
-rw-r--r--tor.html4
1 files 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 @@
<p>Firstly we need to add the tor repo's to have the latest up to date version or tor.</p>
<pre><code>apt install apt-transport-https</code></pre>
- <pre><code>echo "deb https://deb.torproject.org/torproject.org buster main" > /etc/apt/sources.list.d/</code></pre>
- <pre><code>echo "deb-src https://deb.torproject.org/torproject.org buster main" >> /etc/apt/sources.list.d/</code></pre>
+ <pre><code>echo "deb https://deb.torproject.org/torproject.org buster main" > /etc/apt/sources.list.d/tor</code></pre>
+ <pre><code>echo "deb-src https://deb.torproject.org/torproject.org buster main" >> /etc/apt/sources.list.d/tor</code></pre>
<p>Then we need to add the gpg keys to our keyring</p>