From c91821df195cfb7a40be28748dc2cbb6153baf43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Mon, 17 Apr 2023 21:24:20 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7618eca..8d83008 100644 --- a/install.sh +++ b/install.sh @@ -38,7 +38,7 @@ fi read -p "Do you want to install Docker? (y/n) " INSTALL_DOCKER if [ "$INSTALL_DOCKER" = "y" ]; then echo "Installing Docker ..." - if [ "$PACKAGE_MANAGER" = "apt-get" ] then + if [ "$PACKAGE_MANAGER" = "apt-get" ]; then bash -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch/main/debian.sh)" elif [ "$PACKAGE_MANAGER" = "apt-get-ubuntu" ]; then bash -c "$(curl -L https://git.moelle.space/hxcde/docker-auto-installer/raw/branch/main/ubuntu.sh)"