Merge pull request #798 from quietshu/master

Change http://bit.ly to https://bit.ly
pull/814/head
Nicolas Hennion 2016-02-24 09:16:50 +01:00
commit bcff18231d
1 changed files with 2 additions and 2 deletions

View File

@ -61,13 +61,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`_.