Update linux.md (#1859)

Fixed typo
pull/1863/head
Bert Theuwissen 2022-07-12 17:51:06 +02:00 committed by GitHub
parent e04c48958d
commit 72b06f4b50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -72,10 +72,10 @@ Alternatively resort to the [manual installation approach](#manual-installation)
First, add the openHAB repository key to your package manager (note `/usr/share/keyrings` may already exist):
```shell
curl -fsSL "https://openhab.jfrog.io/artifactory/api/gpg/key/public" | gpg --dearmor > openhab.pgp
curl -fsSL "https://openhab.jfrog.io/artifactory/api/gpg/key/public" | gpg --dearmor > openhab.gpg
sudo mkdir /usr/share/keyrings
sudo mv openhab.pgp /usr/share/keyrings
sudo chmod u=rw,g=r,o=r /usr/share/keyrings/openhab.pgp
sudo mv openhab.gpg /usr/share/keyrings
sudo chmod u=rw,g=r,o=r /usr/share/keyrings/openhab.gpg
```
Then, you can choose between, *Official (Stable)*, *Beta* or *Snapshot* builds: