From 47e7aac6245ce13cb62d1d01cf7bd8540bdaaf5a Mon Sep 17 00:00:00 2001 From: Alexey Nizhegolenko Date: Wed, 10 Oct 2018 21:54:09 +0300 Subject: [PATCH] Update install.sh --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 3aeae42..fbde46a 100755 --- a/install.sh +++ b/install.sh @@ -10,7 +10,6 @@ echo "Downloading latest GeoLiteCity.dat from MaxMind" sleep 1 wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz gunzip GeoLiteCity.dat.gz -rm GeoLiteCity.dat.gz echo "" echo "Creating virtual ENV and installing requirements..."