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