From 7e50d1438d066fd1d14a0cd830226d2e1f52b5b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Mon, 17 Apr 2023 21:00:12 +0200 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f503a70..99f54ae 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ sh -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch

-## Older version below -## Alpine +## Individual systems +### Alpine First install curl on the machine ```bash apk add curl @@ -23,7 +23,7 @@ Then paste the script in the machines console sh -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch/main/alpine.sh)" ``` - I recommend using Alpine 3.15 and not 3.16. Alpine 3.16 creates OCI errors. -## Debian +### Debian First install curl and sudo on the machine ```bash apt-get install curl sudo -y @@ -32,7 +32,7 @@ Then paste the script in the machines console ```bash bash -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch/main/debian.sh)" ``` -## Ubuntu +### Ubuntu First install curl on the machine ```bash apt-get install curl -y @@ -41,7 +41,7 @@ Then paste the script in the machines console ```bash bash -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch/main/ubuntu.sh)" ``` -## CentOS +### CentOS Paste the script in the machines console ```bash bash -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch/main/centos.sh)"