File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments