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