From d59dcdaaed8ca5cd1e2c5feb0c956fc462642c68 Mon Sep 17 00:00:00 2001 From: Marwolf Date: Fri, 10 Aug 2018 22:08:00 -0400 Subject: [PATCH] Screen is not installed by default, adding --- Setup_Linux_Mac.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Setup_Linux_Mac.sh b/Setup_Linux_Mac.sh index db78da8..da113b2 100755 --- a/Setup_Linux_Mac.sh +++ b/Setup_Linux_Mac.sh @@ -67,7 +67,7 @@ if [ "$install" == "1" ]; then echo "" echo "Verifying the basics are installed." echo "" - sudo apt update && sudo apt install fail2ban unzip git build-essential apt-transport-https ca-certificates curl software-properties-common -y + sudo apt update && sudo apt install screen fail2ban unzip git build-essential apt-transport-https ca-certificates curl software-properties-common -y echo "" echo "" echo "Do you have Docker installed? It is required for this." @@ -325,7 +325,7 @@ if [ "$install" == "1" ]; then echo "" echo "Verifying the basics are installed." echo "" - brew install unzip wget git curl + brew install unzip wget git curl screen echo "" echo "" echo "Do you have Oracle Java JDK 8 and Apache Ant installed already? It is required for this."