summaryrefslogtreecommitdiff
path: root/tor.html
diff options
context:
space:
mode:
Diffstat (limited to 'tor.html')
-rw-r--r--tor.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tor.html b/tor.html
index 52941ed..fb8c896 100644
--- a/tor.html
+++ b/tor.html
@@ -26,7 +26,7 @@
<h2>Setting up Tor</h2>
<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>