Update README.md

This commit is contained in:
hxcde 2023-01-20 09:53:35 +01:00 committed by GitHub
parent 0dec5d8740
commit 76f03138b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,3 +31,12 @@ Then paste the script in the containers console
```bash
bash -c "$(curl -L https://raw.githubusercontent.com/hxcde/docker-auto-installer/main/ubuntu.sh)"
```
## CentOS
First install curl on the container
```bash
yum install -y curl
```
Then paste the script in the containers console
```bash
bash -c "$(curl -L https://raw.githubusercontent.com/hxcde/docker-auto-installer/main/centos.sh))"
```