[tor-commits] [ooni-probe/master] Update README to use deb.tpo instead of irl's private PPA

art at torproject.org art at torproject.org
Tue Jun 21 12:14:12 UTC 2016


commit 598f04155d1a8a3b472484e09df846abf049d6fb
Author: Iain R. Learmonth <irl at debian.org>
Date:   Sun Jun 19 17:20:51 2016 +0100

    Update README to use deb.tpo instead of irl's private PPA
---
 README.rst | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index af6de55..f82bc40 100644
--- a/README.rst
+++ b/README.rst
@@ -59,10 +59,13 @@ On Debian stable (jessie)::
 
 On Ubuntu 16.04 (xenial), 15.10 (wily) or 14.04 (trusty)::
 
-    sudo add-apt-repository ppa:irl/ooni
+    echo 'deb http://deb.torproject.org/torproject.org $RELEASE main' | sudo tee -a /etc/apt/sources.list
     sudo apt-get update
     sudo apt-get install ooniprobe
 
+(You'll need to swap out $RELEASE for either "xenial", "wily", or "trusty". This
+will not happen automatically.
+
 On unix systems::
 
     sudo pip install ooniprobe





More information about the tor-commits mailing list