README.md aktualisiert
This commit is contained in:
parent
f70eed569e
commit
dde85093b6
10
README.md
10
README.md
@ -38,7 +38,15 @@ Then paste the script in the machines console
|
|||||||
```bash
|
```bash
|
||||||
bash -c "$(curl -L https://git.moelle.space/hxcde/docker-aio/raw/branch/main/debian.sh)"
|
bash -c "$(curl -L https://git.moelle.space/hxcde/docker-aio/raw/branch/main/debian.sh)"
|
||||||
```
|
```
|
||||||
|
### Raspbian
|
||||||
|
First install curl and sudo on the machine
|
||||||
|
```bash
|
||||||
|
apt-get install curl sudo -y
|
||||||
|
```
|
||||||
|
Then paste the script in the machines console
|
||||||
|
```bash
|
||||||
|
bash -c "$(curl -L https://git.moelle.space/hxcde/docker-aio/raw/branch/main/raspbian.sh)"
|
||||||
|
```
|
||||||
### Ubuntu
|
### Ubuntu
|
||||||
First install curl on the machine
|
First install curl on the machine
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user