Skip to content

Commit 8bae553

Browse files
committed
fix key file name
1 parent e0b7c40 commit 8bae553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install_omd.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ function install_omd_debian() {
6060
REPOVERSION=`repoVersion $VERSION`
6161

6262
export DEBIAN_FRONTEND=noninteractive
63-
curl -s "https://labs.consol.de/repo/stable/GPG-KEY-4096" -o /etc/apt/trusted.gpg.d/labs.consol.de-GPG-KEY-4096
64-
curl -s "https://labs.consol.de/repo/stable/RPM-GPG-KEY" -o /etc/apt/trusted.gpg.d/labs.consol.de-RPM-GPG-KEY
63+
curl -s "https://labs.consol.de/repo/stable/GPG-KEY-4096" -o /etc/apt/trusted.gpg.d/labs.consol.de-GPG-KEY-4096.asc
64+
curl -s "https://labs.consol.de/repo/stable/RPM-GPG-KEY" -o /etc/apt/trusted.gpg.d/labs.consol.de-RPM-GPG-KEY.asc
6565
echo "deb http://labs.consol.de/repo/${REPOVERSION}/debian $(lsb_release -cs) main" > /etc/apt/sources.list.d/labs-consol-${REPOVERSION}.list
6666
apt-get update
6767
apt-get install -y ${PACKAGENAME}

0 commit comments

Comments
 (0)