From 7816955d7ff5586a0c41bee98af7f93cf6bcf668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Mon, 17 Apr 2023 20:57:09 +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 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index e11feee..9687d4a 100644 --- a/install.sh +++ b/install.sh @@ -25,14 +25,12 @@ fi echo "Installing Docker..." if [ "$DISTRO" = "debian" ] || [ "$DISTRO" = "ubuntu" ]; then bash -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch/main/debian.sh)" + systemctl start docker elif [ "$DISTRO" = "redhat" ]; then bash -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch/main/centos.sh)" + systemctl start docker elif [ "$DISTRO" = "alpine" ]; then sh -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch/main/alpine.sh)" fi -# Start Docker -echo "Starting Docker..." -systemctl start docker - -echo "Docker and Docker Compose installation completed." +echo "Docker and Docker Compose installation completed." \ No newline at end of file