Browse Source

Update docker.sh

merge-requests/31/head
Sebastian Werner 6 years ago
parent
commit
0ac8113500
  1. 2
      scripts/subinstallers/docker.sh

2
scripts/subinstallers/docker.sh

@ -3,7 +3,7 @@ @@ -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

Loading…
Cancel
Save