Häufig genutzte 3rd-Party Repositories
Beschreibt die schnelle Einrichtung von häufig genutzten 3rd-Party Repositories wie z.B. für docker oder des Icinga2-Clients
download.docker.com (Docker + Compose)
apt-get update apt-get install ca-certificates curl gnupg install -m 0755 -d /etc/apt/keyrings ...
packages.icinga.com (Icinga2)
apt update apt -y install apt-transport-https wget gnupg wget -O - https://packages.icinga.com/...
deb.sury.org (PHP)
apt update apt -y install lsb-release ca-certificates curl curl -sSLo /usr/share/keyrings/deb.s...
repo.mongodb.org (MongoDB Community Edition)
Add the MongoDB apt repository and install the MongoDB packages Replace the Version (4.4) with t...