From f70eed569e3c5fe3722ce572073952c9265d24ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Fri, 13 Oct 2023 08:56:57 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ff293c3..9247f97 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,13 @@ > Just run the commands in the console as root user.
> 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)" -``` -

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