From 8e41f7bc6f73d842e01de55b892a0680ee79c299 Mon Sep 17 00:00:00 2001 From: Nicolargo Date: Wed, 24 Feb 2016 09:18:16 +0100 Subject: [PATCH] Change download link to HTTPS --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b11b8b4a..1cc785ad 100644 --- a/README.rst +++ b/README.rst @@ -66,13 +66,13 @@ To install both dependencies and latest Glances production ready version .. code-block:: console - curl -L http://bit.ly/glances | /bin/bash + curl -L https://bit.ly/glances | /bin/bash or .. code-block:: console - wget -O- http://bit.ly/glances | /bin/bash + wget -O- https://bit.ly/glances | /bin/bash *Note*: Only supported on some GNU/Linux distributions. If you want to support other distributions, please contribute to `glancesautoinstall`_.