From d5e79c87cc2052a12f9e9be2323a2e4eb3b4ad28 Mon Sep 17 00:00:00 2001 From: asvc Date: Sun, 11 Nov 2018 03:29:08 +0000 Subject: [PATCH] Update INSTALLATION.md Replaced http:// with https:// --- INSTALLATION.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index d88860b..9dad767 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -52,15 +52,15 @@ sudo apt-get install hstr [Configure](CONFIGURATION.md) HSTR and check its [man page](README.md#documentation). ## Debian/Mint -Install HSTR from PPA. Add [my PPA](http://www.mindforger.com/debian), -trust [GPG key](http://www.mindforger.com/gpgpubkey.txt) and install HSTR: +Install HSTR from PPA. Add [my PPA](https://www.mindforger.com/debian), +trust [GPG key](https://www.mindforger.com/gpgpubkey.txt) and install HSTR: ```bash # add PPA to APT sources: -sudo echo -e "\ndeb http://www.mindforger.com/debian stretch main" >> /etc/apt/sources.list +sudo echo -e "\ndeb https://www.mindforger.com/debian stretch main" >> /etc/apt/sources.list # import PPA's GPG key -wget -qO - http://www.mindforger.com/gpgpubkey.txt | sudo apt-key add - +wget -qO - https://www.mindforger.com/gpgpubkey.txt | sudo apt-key add - # update sources sudo apt update @@ -108,7 +108,7 @@ sudo dnf install ./hstr-..-2.x86_64.rpm -y To install HSTR on openSUSE Leap 42.1 run the following commands as root: ```bash -zypper addrepo http://download.opensuse.org/repositories/home:tuw-e184/openSUSE_Leap_42.1/home:tuw-e184.repo +zypper addrepo https://download.opensuse.org/repositories/home:tuw-e184/openSUSE_Leap_42.1/home:tuw-e184.repo zypper refresh zypper install hstr ``` @@ -142,7 +142,7 @@ To install HSTR on Haiku OS use [Haiku Depot](https://www.haiku-os.org/docs/user [Configure](CONFIGURATION.md) HSTR and check its [man page](README.md#documentation). ## macOS -Install HSTR on macOS using [Homebrew](http://brew.sh/) ([formula](https://formulae.brew.sh/formula/hh)): +Install HSTR on macOS using [Homebrew](https://brew.sh/) ([formula](https://formulae.brew.sh/formula/hh)): ```bash brew install hh