commit cd839f3e964472145bae447e310b0299411c2158 Author: nusenu nusenu-github@riseup.net Date: Wed Jan 31 20:44:17 2018 +0000
Bug 25107: Update the tor alpha version (noscript page version) --- docs/en/debian.wml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/en/debian.wml b/docs/en/debian.wml index 1e5ae617..19ebbe2f 100644 --- a/docs/en/debian.wml +++ b/docs/en/debian.wml @@ -202,7 +202,7 @@ download/download>#packagediff">development branch</a> of Tor instead to your <tt>/etc/apt/sources.list</tt> file:<br /> <pre style="margin: 1.5em 0 1.5em 2em"> deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main -deb http://deb.torproject.org/torproject.org tor-experimental-0.3.0.x-<DISTRIBUTION> main +deb http://deb.torproject.org/torproject.org tor-experimental-0.3.3.x-<DISTRIBUTION> main </pre> where you again substitute the name of your distro (lenny, sid, saucy, ...) in place of @@ -240,9 +240,9 @@ deb-src http://deb.torproject.org/torproject.org <DISTRIBUTION> main
# For the unstable version. deb-src http://deb.torproject.org/torproject.org <DISTRIBUTION> main -deb-src http://deb.torproject.org/torproject.org tor-experimental-0.3.0.x-<DISTRIBUTION> main +deb-src http://deb.torproject.org/torproject.org tor-experimental-0.3.3.x-<DISTRIBUTION> main </pre> -Substitute the name of your distro (wheezy, sid, trusty, ...) in place of <DISTRIBUTION>. Now refresh your sources by running (as root): +Substitute the name of your distro (strech, buster, sid, xenial, ...) in place of <DISTRIBUTION>. Now refresh your sources by running (as root): <pre style="margin: 1.5em 0 1.5em 2em"> apt update </pre>
tor-commits@lists.torproject.org