From f19c5986b3090ef5ad252a9827c89e9dffc3e551 Mon Sep 17 00:00:00 2001 From: Marwolf Date: Mon, 16 Jul 2018 20:08:46 -0400 Subject: [PATCH] CentOS 7 additions --- Setup_Linux_Mac.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Setup_Linux_Mac.sh b/Setup_Linux_Mac.sh index da82c28..96a68e2 100755 --- a/Setup_Linux_Mac.sh +++ b/Setup_Linux_Mac.sh @@ -189,6 +189,10 @@ if [ "$install" == "1" ]; then sudo wget http://springdale.math.ias.edu/data/puias/unsupported/7/x86_64/python-dnf-0.6.4-2.sdl7.noarch.rpm sudo yum -y install dnf-0.6.4-2.sdl7.noarch.rpm dnf-conf-0.6.4-2.sdl7.noarch.rpm python-dnf-0.6.4-2.sdl7.noarch.rpm sudo dnf -y update && sudo dnf -y upgrade && sudo dnf -y install screen make unzip git ca-certificates curl yum-utils device-mapper-persistent-data lvm2 + sudo yum install -y python-pip + sudo pip install --upgrade pip + sudo pip install docker-compose + sudo yum upgrade python* echo "" echo "" echo "Permitting default game port 53595/tcp through the firewall." @@ -243,6 +247,7 @@ if [ "$install" == "1" ]; then sudo systemctl start docker sudo systemctl enable docker sudo usermod -aG docker $USER + sudo dnf -y install docker-compose else continue fi