update authentik

This commit is contained in:
Thorsten Spille
2026-01-17 20:14:32 +00:00
parent a9780e6b7b
commit 2f6658f0ae
3 changed files with 9 additions and 8 deletions

View File

@@ -109,4 +109,10 @@ inst_crowdsec() {
inst_45drives() {
apt_repo "45drives" "https://repo.45drives.com/key/gpg.asc" "https://repo.45drives.com/enterprise/debian" "bookworm" "main"
apt update
}
inst_docker() {
apt_repo "docker" "https://download.docker.com/linux/debian/gpg" "https://download.docker.com/linux/debian" "$(lsb_release -cs)" stable
apt update
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get install -y -qq docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin pwgen
}