From e171a2357e66f36905cf5a7864fa8ca4673b2f9d Mon Sep 17 00:00:00 2001 From: Damian Wrobel Date: Wed, 6 Jan 2021 21:17:47 +0100 Subject: [PATCH] Fix dnf repository gpgkey URL (#1423) Fixes https://github.com/openhab/openhab-linuxpkg/issues/196 Signed-off-by: Damian Wrobel --- installation/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/linux.md b/installation/linux.md index 61bbe078f..52565d1cf 100644 --- a/installation/linux.md +++ b/installation/linux.md @@ -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 baseurl=https://dl.bintray.com/openhab/rpm-repo2/stable gpgcheck=1 - gpgkey=https://bintray.com/user/downloadSubjectPublicKey?username=openhab + gpgkey="https://bintray.com/user/downloadSubjectPublicKey?username=openhab" enabled=1 ```