Browse Source

python dependencies

merge-requests/19/head
Steven Foerster 6 years ago
parent
commit
a0f868e08e
  1. 3
      scripts/subinstallers/docker.sh
  2. 2
      scripts/subinstallers/docker_manual.sh

3
scripts/subinstallers/docker.sh

@ -1,5 +1,8 @@ @@ -1,5 +1,8 @@
#!/bin/bash
sudo apt update
sudo apt install -y python python3-pip python3-setuptools libffi-dev python-backports.ssl-match-hostname python3-dev libssl-dev
if [ "$DISTRO" == "ubuntu" ] && [ "$VERSION_ID" == "20.04" ]; then
echo "Automated Docker install"
sudo apt-get install docker-compose

2
scripts/subinstallers/docker_manual.sh

@ -62,8 +62,6 @@ echo "Installing Docker Compose" @@ -62,8 +62,6 @@ echo "Installing Docker Compose"
# sudo chmod +x /usr/local/bin/docker-compose
#elif [ "$DISTRO" == "raspbian" ]; then
# Install required packages
sudo apt update
sudo apt install -y python python3-pip python3-setuptools libffi-dev python-backports.ssl-match-hostname python3-dev libssl-dev
# Install Docker Compose from pip
# This might take a while

Loading…
Cancel
Save