From cc18525bf7d9748f19e9b13a3dcd03502403af55 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Thu, 12 Oct 2017 11:52:52 +0200 Subject: Change http to https --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 88cfeab1..a9b93706 100644 --- a/index.html +++ b/index.html @@ -138,11 +138,11 @@

To install the latest Glances production ready version, just enter the following command line:

-
$ curl -L http://bit.ly/glances | /bin/bash
+
$ curl -L https://bit.ly/glances | /bin/bash

or

-
$ wget -O- http://bit.ly/glances | /bin/bash
+
$ wget -O- https://bit.ly/glances | /bin/bash

Note: Only supported on some GNU/Linux distributions.

PyPI: The simple way

-- cgit v1.2.3