Update install.sh

This commit is contained in:
Alexey Nizhegolenko 2018-10-10 21:54:09 +03:00 committed by GitHub
parent 49befa0419
commit 47e7aac624
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,6 @@ echo "Downloading latest GeoLiteCity.dat from MaxMind"
sleep 1 sleep 1
wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
gunzip GeoLiteCity.dat.gz gunzip GeoLiteCity.dat.gz
rm GeoLiteCity.dat.gz
echo "" echo ""
echo "Creating virtual ENV and installing requirements..." echo "Creating virtual ENV and installing requirements..."