]> pere.pagekite.me Git - homepage.git/blobdiff - blog/data/2016-01-15-apt-tor.txt
Generated.
[homepage.git] / blog / data / 2016-01-15-apt-tor.txt
index 1bf409d68f95cde5fdbfe6cf45b4d68ba7605a58..6e7e36c75ba6ee3cb472bbe4400ae50e30478423 100644 (file)
@@ -28,14 +28,14 @@ making sure the network traffic always were encrypted.</p>
 
 <p>Here is a short recipe for enabling this on your machine, by
 installing <tt>apt-transport-tor</tt> and replacing http and https
-urls with tor+http and https, and using the hidden service instead of
-the official Debian mirror site.  I recommend installing
+urls with tor+http and tor+https, and using the hidden service instead
+of the official Debian mirror site.  I recommend installing
 <tt>etckeeper</tt> before you start to have a history of the changes
 done in /etc/.</p>
 
 <blockquote><pre>
 apt install apt-transport-tor
-sed -i 's% http://ftp.debian.org/%tor+http://vwakviie2ienjx6t.onion/%' /etc/apt/sources.list
+sed -i 's% http://ftp.debian.org/% tor+http://vwakviie2ienjx6t.onion/%' /etc/apt/sources.list
 sed -i 's% http% tor+http%' /etc/apt/sources.list
 </pre></blockquote>