[tor-commits] [ooni-probe/master] Fix install instructions for debian based systems.

art at torproject.org art at torproject.org
Mon Jan 13 21:48:52 UTC 2014


commit e0cb2ec752c84eb727a305ba7088055a1c8374f9
Author: Arturo Filastò <hellais at users.noreply.github.com>
Date:   Mon Jan 13 19:28:39 2014 +0100

    Fix install instructions for debian based systems.
---
 README.md |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index cc54c17..f578914 100644
--- a/README.md
+++ b/README.md
@@ -30,10 +30,10 @@ probe is a liability for you, please be aware of this risk.
 ### Debian based systems
 
 ```
-echo "deb http://deb.ooni.nu/ooni wheezy main" >> /etc/apt/sources.list
-gpg --recv-key 0x49B8CDF4
+sudo sh -c 'echo "deb http://deb.ooni.nu/ooni wheezy main" >> /etc/apt/sources.list'
+gpg --recv-key 0x49B8CDF4 --keyserver pgp.mit.edu
 gpg --export 89AB86D4788F3785FE9EDA31F9E2D9B049B8CDF4 | sudo apt-key add -
-apt-get update && apt-get install ooniprobe
+sudo apt-get update && sudo apt-get install ooniprobe
 ```
 
 ### Linux





More information about the tor-commits mailing list