Update README.md

This commit is contained in:
hxcde
2023-01-20 09:58:19 +01:00
committed by GitHub
parent 9ee21d75dc
commit 3d1aa19753

View File

@@ -32,7 +32,7 @@ Then paste the script in the machines console
bash -c "$(curl -L https://raw.githubusercontent.com/hxcde/docker-auto-installer/main/ubuntu.sh)" bash -c "$(curl -L https://raw.githubusercontent.com/hxcde/docker-auto-installer/main/ubuntu.sh)"
``` ```
## CentOS ## CentOS
Then paste the script in the machines console Paste the script in the machines console
```bash ```bash
bash -c "$(curl -L https://raw.githubusercontent.com/hxcde/docker-auto-installer/main/centos.sh))" bash -c "$(curl -L https://raw.githubusercontent.com/hxcde/docker-auto-installer/main/centos.sh))"
``` ```