Skip to content

Commit bcff182

Browse files
committed
Merge pull request #798 from quietshu/master
Change http://bit.ly to https://bit.ly
2 parents c955863 + acab0b2 commit bcff182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ To install both dependencies and latest Glances production ready version
6161

6262
.. code-block:: console
6363
64-
curl -L http://bit.ly/glances | /bin/bash
64+
curl -L https://bit.ly/glances | /bin/bash
6565
6666
or
6767

6868
.. code-block:: console
6969
70-
wget -O- http://bit.ly/glances | /bin/bash
70+
wget -O- https://bit.ly/glances | /bin/bash
7171
7272
*Note*: Only supported on some GNU/Linux distributions. If you want to
7373
support other distributions, please contribute to `glancesautoinstall`_.

0 commit comments

Comments
 (0)