From d7acd55e915873d759b4348daa9831f1a0b7ec2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Tue, 18 Apr 2023 14:49:23 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Einstall.sh=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 2591852..b10f302 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Docker-aio ascii +curl https://git.moelle.space/hxcde/docker-auto-installer/raw/branch/main/ascii + # Check if script is being run as root if [ "$(id -u)" -ne 0 ]; then echo "This script must be run as root."