From 55961be485cde766ea1902e701c1e211397854cf Mon Sep 17 00:00:00 2001 From: Sofiane Hamlaoui Date: Fri, 25 Jun 2021 19:33:28 +0200 Subject: [PATCH] v2.3 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f554c6a..023d527 100755 --- a/install.sh +++ b/install.sh @@ -60,7 +60,7 @@ function chkapt { if [ "$?" -eq "0" ]; then echo -e " ${g} [-] Installing the Packages${endc}" echo "" - apt-get install -y golang-go python python-pip python3 python3-requests python3-pip gcc ruby php git wget bc curl netcat subversion openjdk-11-jre make automake gcc gzip rsync wget + apt-get install -y golang-go python python3-pip python3 python3-requests python3-pip gcc ruby php git wget bc curl netcat subversion openjdk-11-jre make automake gcc gzip rsync wget gem install bundler:1.17.2 else echo -e " ${g} [-] Skipping apt${endc}"