We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6fede commit e0b7c40Copy full SHA for e0b7c40
scripts/install_omd.sh
@@ -60,7 +60,8 @@ function install_omd_debian() {
60
REPOVERSION=`repoVersion $VERSION`
61
62
export DEBIAN_FRONTEND=noninteractive
63
- curl -s "https://labs.consol.de/repo/${REPOVERSION}/RPM-GPG-KEY" | apt-key add -
+ 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
65
echo "deb http://labs.consol.de/repo/${REPOVERSION}/debian $(lsb_release -cs) main" > /etc/apt/sources.list.d/labs-consol-${REPOVERSION}.list
66
apt-get update
67
apt-get install -y ${PACKAGENAME}
0 commit comments