commit 07b9a1a6fc73a645dba1629d07de38485c8acd31 Author: Roger Dingledine arma@torproject.org Date: Tue Feb 5 07:17:01 2019 -0500
make that same change to another part of the file
(i am still confused why this file has so many versions of itself. i assume it has to do with javascript. but still.) --- docs/en/debian.wml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/debian.wml b/docs/en/debian.wml index bd980cd1..83e14365 100644 --- a/docs/en/debian.wml +++ b/docs/en/debian.wml @@ -183,8 +183,8 @@ deb https://deb.torproject.org/torproject.org tor-experimental-0.3.4.x-<D Then add the gpg key used to sign the packages by running the following commands at your command prompt: <blockquote><pre> -# gpg2 --keyserver pgp.surfnet.nl --recv A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 -# gpg2 --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | apt-key add - +# curl https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E88... | gpg --import +# gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | apt-key add - </pre></blockquote> Now refresh your sources, running the following command (as root) at your command prompt:
tor-commits@lists.torproject.org