README.md aktualisiert

This commit is contained in:
Yann Mölle 2023-10-13 08:56:57 +02:00
parent fe95738f3d
commit f70eed569e

View File

@ -6,18 +6,13 @@
> Just run the commands in the console as root user.<br>
> The Script installs docker and docker-compose
- Works on `Debian`,`Ubuntu`,`CentOS`,`Alpine`,`OpenSuse`
- Works on `Debian`,`Ubuntu`,`CentOS`,`Alpine`,`OpenSuse`, `Raspbian`
- You need to install curl on your system.
#### Paste the script in the machines console, thats all!
```bash
sh -c "$(curl -L https://script.moelle.space/docker-aio)"
```
#### For Raspberry Pi (Raspbian)
```bash
sh -c "$(curl -L https://git.moelle.space/hxcde/docker-aio/raw/branch/main/raspbian.sh)"
```
<br>
<br>
<details>
@ -43,6 +38,7 @@ Then paste the script in the machines console
```bash
bash -c "$(curl -L https://git.moelle.space/hxcde/docker-aio/raw/branch/main/debian.sh)"
```
### Ubuntu
First install curl on the machine
```bash