Fix dnf repository gpgkey URL (#1423)
Fixes https://github.com/openhab/openhab-linuxpkg/issues/196 Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>pull/1424/head
parent
c82c1552fa
commit
e171a2357e
|
@ -150,7 +150,7 @@ You may add all three to the same file, but make sure the desired repo is is set
|
||||||
name=openHAB Stable
|
name=openHAB Stable
|
||||||
baseurl=https://dl.bintray.com/openhab/rpm-repo2/stable
|
baseurl=https://dl.bintray.com/openhab/rpm-repo2/stable
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=https://bintray.com/user/downloadSubjectPublicKey?username=openhab
|
gpgkey="https://bintray.com/user/downloadSubjectPublicKey?username=openhab"
|
||||||
enabled=1
|
enabled=1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue