Skip to content

Commit 8c126b2

Browse files
committed
Merge branch 'master' into latest
2 parents 2ede870 + 8809c2d commit 8c126b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/install_omd.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +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/auth.conf.d/labs.consol.de-GPG-KEY-4096
64+
curl -s "https://labs.consol.de/repo/stable/RPM-GPG-KEY" -o /etc/apt/auth.conf.d/labs.consol.de-RPM-GPG-KEY
6365
curl -s "https://labs.consol.de/repo/stable/GPG-KEY-4096" -o /etc/apt/trusted.gpg.d/labs.consol.de-GPG-KEY-4096.asc
6466
curl -s "https://labs.consol.de/repo/stable/RPM-GPG-KEY" -o /etc/apt/trusted.gpg.d/labs.consol.de-RPM-GPG-KEY.asc
6567
echo "deb http://labs.consol.de/repo/${REPOVERSION}/debian $(lsb_release -cs) main" > /etc/apt/sources.list.d/labs-consol-${REPOVERSION}.list

0 commit comments

Comments
 (0)