From 0ac811350078cd03b60f9aac2e464699ddafb301 Mon Sep 17 00:00:00 2001 From: Sebastian Werner Date: Thu, 2 Jul 2020 11:08:24 +0000 Subject: [PATCH] Update docker.sh --- scripts/subinstallers/docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/subinstallers/docker.sh b/scripts/subinstallers/docker.sh index 05b1bdb..d915ca6 100755 --- a/scripts/subinstallers/docker.sh +++ b/scripts/subinstallers/docker.sh @@ -3,7 +3,7 @@ # Docker figlet "Mistborn: Installing Docker" -if [ "$DISTRO" == "ubuntu" ] || [ "$DISTRO" == "debian" ] || [ "$DISTRO" == "raspbian" ] ; then +if [ "$DISTRO" == "ubuntu" ] || [ "$DISTRO" == "debian" ] || [ "$DISTRO" == "raspbian" ]; then sudo apt-get update sudo apt-get install -y python python3-pip python3-setuptools libffi-dev python3-dev libssl-dev elif [ "$DISTRO" == "arch" ]; then