Update README.md
This commit is contained in:
parent
0dec5d8740
commit
76f03138b8
@ -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))"
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user