diff --git a/update.sh b/update.sh index fc11909..29ec7e8 100644 --- a/update.sh +++ b/update.sh @@ -1,2 +1,5 @@ rm -rf GeoLite2-City.mmdb.gz wget http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz GeoLite2-City.mmdb.gz +git add . +git commit -m "The database updated!" +git push