commit fcd5a230e3e7afb9f970830d9282cfa6198eee03 Author: Iain R. Learmonth irl@fsfe.org Date: Thu Dec 11 23:07:01 2014 +0000
Updates to Debian based installation instructions in README.rst
* Added installation instructions for Ubuntu 14.04 LTS via PPA * Fixes to capitalisation * Clarification that the private repository may be useful for systems running Debian derivatives as well as just Debian systems. --- README.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/README.rst b/README.rst index 0b70dc8..5cb95d4 100644 --- a/README.rst +++ b/README.rst @@ -88,18 +88,24 @@ Installation Debian based systems --------------------
-If you are running debian testing or debian unstable you can install ooniprobe +If you are running Debian testing or Debian unstable you can install ooniprobe simply with::
apt-get install ooniprobe
-If you are running debian stable you can get it from backports via:: +If you are running Debian stable you can get it from backports via::
sudo sh -c 'echo "deb http://http.debian.net/debian wheezy-backports main" >> /etc/apt/sources.list' sudo apt-get update && sudo apt-get install ooniprobe
+If you are running Ubuntu 14.04 LTS you can install it from the PPA +(https://launchpad.net/~irl/+archive/ubuntu/ooni/):: + + sudo add-apt-repository ppa:irl/ooni + sudo apt-get update && sudo apt-get install ooniprobe
-We also have our own debian repository. To install it from there run this:: +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' gpg --keyserver pgp.mit.edu --recv-key 0x49B8CDF4
tor-commits@lists.torproject.org