Browse Source

Update docker_manual.sh

merge-requests/31/head
Sebastian Werner 6 years ago
parent
commit
9664b8c57b
  1. 2
      scripts/subinstallers/docker_manual.sh

2
scripts/subinstallers/docker_manual.sh

@ -38,7 +38,7 @@ elif [ "$DISTRO" == "raspbian" ]; then @@ -38,7 +38,7 @@ elif [ "$DISTRO" == "raspbian" ]; then
fi
# install Docker
if [ "$DISTRO" == "ubuntu" ] || [ "$DISTRO" == "debian" ] || [ "$DISTRO" == "raspbian" ] ; then
if [ "$DISTRO" == "ubuntu" ] || [ "$DISTRO" == "debian" ] || [ "$DISTRO" == "raspbian" ]; then
echo "Installing docker"
sudo apt-get update
fi

Loading…
Cancel
Save