commit 52fb372073fa45fff7009afcbca432dcb8635ab4 Author: Iain R. Learmonth irl@fsfe.org Date: Tue Dec 30 16:38:47 2014 +0100
Comment in README about Ubuntu PPA authentication --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.rst b/README.rst index 5cb95d4..63b8a6d 100644 --- a/README.rst +++ b/README.rst @@ -104,7 +104,11 @@ If you are running Ubuntu 14.04 LTS you can install it from the PPA sudo add-apt-repository ppa:irl/ooni sudo apt-get update && sudo apt-get install ooniprobe
-For other Debian based systems, we also have our own debian repository. To +You will be warned that the packages are unauthenticated. This is due to the +PPA not being signed and is normal behaviour. If you would prefer to verify the +integrity of the package, use our private Debian repository below. + +For other Debian based systems, we also have our own Debian repository. To install it from there run this::
sudo sh -c 'echo "deb http://deb.ooni.nu/ooni wheezy main" >> /etc/apt/sources.list'