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))"