From dde85093b6fb5c0f36902d4c17f298397a7f12a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Fri, 13 Oct 2023 08:58:11 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9247f97..126bae0 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,15 @@ 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)" ``` - +### 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 First install curl on the machine ```bash