README.md aktualisiert

This commit is contained in:
Yann Mölle 2023-10-13 08:58:11 +02:00
parent f70eed569e
commit dde85093b6

View File

@ -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