summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>