From 89ca534a88131c26064ac4a05236104e0eec8d89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sch=C3=B6dl?= Date: Mon, 24 Nov 2025 08:00:56 +0000 Subject: [PATCH] install.sh aktualisiert --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8ad45c9..23a0e16 100644 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ # add docker # Add Docker's official GPG key: sudo apt update -sudo apt install ca-certificates curl git cifs-utils -y +sudo apt install ca-certificates curl git cifs-utils cron-apt -y #sudo install -m 0755 -d /etc/apt/keyrings #sudo curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc #sudo chmod a+r /etc/apt/keyrings/docker.asc