diff options
| author | el3ctr0lyte <69082962+el3ctr0lyte@users.noreply.github.com> | 2021-07-01 09:33:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-01 09:33:53 +0200 |
| commit | eb18006d34821e3309acc8fd48633762cee301a4 (patch) | |
| tree | acb739452ee130ea3cbe6ce3ad5771f57062aca7 /tor.html | |
| parent | 49f45ee59d713b53c96e77cf93ecc05b8a016037 (diff) | |
Update tor.html
Diffstat (limited to 'tor.html')
| -rw-r--r-- | tor.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |
