From a62c74122635a4d050963e39b7c6d9a6c57f1796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Tue, 11 Apr 2023 23:02:27 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d345c1..f41126b 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ sh -c "$(curl -L https://raw.githubusercontent.com/hxcde/docker-auto-installer/m ``` - I recommend using Alpine 3.15 and not 3.16. Alpine 3.16 creates OCI errors. ## Debian -First install curl on the machine +First install curl and sudo on the machine ```bash -apt-get install curl -y +apt-get install curl sudo -y ``` Then paste the script in the machines console ```bash