Update install.sh
This commit is contained in:
parent
49befa0419
commit
47e7aac624
1 changed files with 0 additions and 1 deletions
|
@ -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..."
|
||||||
|
|
Loading…
Reference in a new issue