summaryrefslogtreecommitdiff
path: root/tor.html
diff options
context:
space:
mode:
authorel3ctr0lyte <69082962+el3ctr0lyte@users.noreply.github.com>2021-07-01 09:15:11 +0200
committerGitHub <noreply@github.com>2021-07-01 09:15:11 +0200
commit49f45ee59d713b53c96e77cf93ecc05b8a016037 (patch)
treed86ebe41d03c929a0192ec08e31514c11d4a1bb6 /tor.html
parent73ced75cda933f43113e3262d5171311c68bbfaf (diff)
Update tor.html
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>