Service/mirrors: Difference between revisions

Dfarning (talk | contribs)
m fix command
Dfarning (talk | contribs)
m fix command
Line 78: Line 78:
<code>
<code>
  wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
  wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
  sudo apt-get install upzip
  sudo apt-get install gzip
  upzip GeoIP.dat.gz
  gunzip GeoIP.dat.gz
sudo mkdir /var/lib/GeoIP
  sudo cp GeoIP.dat /var/lib/GeoIP/GeoIP.dat
  sudo cp GeoIP.dat /var/lib/GeoIP/GeoIP.dat
</code>
</code>