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> > Just run the commands in the console as root user.<br>
> The Script installs docker and docker-compose > 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. - You need to install curl on your system.
#### Paste the script in the machines console, thats all! #### Paste the script in the machines console, thats all!
```bash ```bash
sh -c "$(curl -L https://script.moelle.space/docker-aio)" 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>
<br> <br>
<details> <details>
@ -43,6 +38,7 @@ 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)"
``` ```
### Ubuntu ### Ubuntu
First install curl on the machine First install curl on the machine
```bash ```bash