From 91a198dd13737e1f4d0abab4c2e7d573f128b5c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Tue, 18 Apr 2023 20:46:42 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 744395a..9dc0908 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ apk add curl ``` Then paste the script in the machines console ```bash -sh -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch/main/alpine.sh)" +sh -c "$(curl -L https://git.moelle.space/hxcde/docker-aio/raw/branch/main/alpine.sh)" ``` - I recommend using Alpine 3.15 and not 3.16. Alpine 3.16 creates OCI errors. ### Debian @@ -36,7 +36,7 @@ apt-get install curl sudo -y ``` 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)" +bash -c "$(curl -L https://git.moelle.space/hxcde/docker-aio/raw/branch/main/debian.sh)" ``` ### Ubuntu First install curl on the machine @@ -45,11 +45,11 @@ apt-get install curl -y ``` 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)" +bash -c "$(curl -L https://git.moelle.space/hxcde/docker-aio/raw/branch/main/ubuntu.sh)" ``` ### 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)" +bash -c "$(curl -L https://git.moelle.space/hxcde/docker-aio/raw/branch/main/centos.sh)" ``` \ No newline at end of file