Update tor.html

This commit is contained in:
el3ctr0lyte 2021-07-01 09:15:11 +02:00 committed by GitHub
parent 73ced75cda
commit 49f45ee59d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>