„README.md“ ändern
This commit is contained in:
parent
a62c741226
commit
b674a70777
@ -10,7 +10,7 @@ apk add curl
|
||||
```
|
||||
Then paste the script in the machines console
|
||||
```bash
|
||||
sh -c "$(curl -L https://raw.githubusercontent.com/hxcde/docker-auto-installer/main/alpine.sh)"
|
||||
sh -c "$(curl -L https://git.moelle.space/ymoelle/docker-auto-installer/raw/branch/main/alpine.sh)"
|
||||
```
|
||||
- I recommend using Alpine 3.15 and not 3.16. Alpine 3.16 creates OCI errors.
|
||||
## Debian
|
||||
@ -20,7 +20,7 @@ apt-get install curl sudo -y
|
||||
```
|
||||
Then paste the script in the machines console
|
||||
```bash
|
||||
bash -c "$(curl -L https://raw.githubusercontent.com/hxcde/docker-auto-installer/main/debian.sh)"
|
||||
bash -c "$(curl -L https://git.moelle.space/ymoelle/docker-auto-installer/raw/branch/main/debian.sh)"
|
||||
```
|
||||
## Ubuntu
|
||||
First install curl on the machine
|
||||
@ -29,7 +29,7 @@ apt-get install curl -y
|
||||
```
|
||||
Then paste the script in the machines console
|
||||
```bash
|
||||
bash -c "$(curl -L https://raw.githubusercontent.com/hxcde/docker-auto-installer/main/ubuntu.sh)"
|
||||
bash -c "$(curl -L https://git.moelle.space/ymoelle/docker-auto-installer/raw/branch/main/ubuntu.sh)"
|
||||
```
|
||||
## CentOS
|
||||
Paste the script in the machines console
|
||||
|
Loading…
Reference in New Issue
Block a user