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

commit 598f04155d1a8a3b472484e09df846abf049d6fb Author: Iain R. Learmonth <irl@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
participants (1)
-
art@torproject.org