Remove https transport (#1695)

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
pull/1696/head
Jerome Luckenbach 2021-12-09 17:42:48 +01:00 committed by GitHub
parent 094beb930e
commit 79d7de0546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -69,11 +69,10 @@ Alternatively resort to the [manual installation approach](#manual-installation)
{% include collapsible/body.html %}
First, add the openHAB repository key to your package manager and allow Apt to use the HTTPS Protocol:
First, add the openHAB repository key to your package manager:
```shell
wget -qO - 'https://openhab.jfrog.io/artifactory/api/gpg/key/public' | sudo apt-key add -
sudo apt-get install apt-transport-https
```
Then, you can choose between, *Official (Stable)*, *Beta* or *Snapshot* builds: