From ad5cc134595f1906f1f9506327fdb6089e6d2b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sch=C3=B6dl?= Date: Sun, 23 Nov 2025 20:12:00 +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 1b2542f..fb21590 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 -y +sudo apt install ca-certificates curl git cifs-utils -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