Screen is not installed by default, adding

This commit is contained in:
Marwolf
2018-08-10 22:08:00 -04:00
parent e006a1bdcd
commit d59dcdaaed

View File

@@ -67,7 +67,7 @@ if [ "$install" == "1" ]; then
echo "" echo ""
echo "Verifying the basics are installed." echo "Verifying the basics are installed."
echo "" 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 "" echo ""
echo "Do you have Docker installed? It is required for this." echo "Do you have Docker installed? It is required for this."
@@ -325,7 +325,7 @@ if [ "$install" == "1" ]; then
echo "" echo ""
echo "Verifying the basics are installed." echo "Verifying the basics are installed."
echo "" echo ""
brew install unzip wget git curl brew install unzip wget git curl screen
echo "" echo ""
echo "" echo ""
echo "Do you have Oracle Java JDK 8 and Apache Ant installed already? It is required for this." echo "Do you have Oracle Java JDK 8 and Apache Ant installed already? It is required for this."