Update README.md

This commit is contained in:
hxcde 2023-01-20 09:58:08 +01:00 committed by GitHub
parent a2979883e4
commit 9ee21d75dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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