From 9ee21d75dc1653588fa3a984f4cdb27804f11bdb Mon Sep 17 00:00:00 2001 From: hxcde <30338980+hxcde@users.noreply.github.com> Date: Fri, 20 Jan 2023 09:58:08 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 1d9574e..92757a6 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,6 @@ Then paste the script in the machines console bash -c "$(curl -L https://raw.githubusercontent.com/hxcde/docker-auto-installer/main/ubuntu.sh)" ``` ## CentOS -First install curl on the machine -```bash -yum install -y curl -``` Then paste the script in the machines console ```bash bash -c "$(curl -L https://raw.githubusercontent.com/hxcde/docker-auto-installer/main/centos.sh))"