add: [update] add basic script

This commit is contained in:
Alexandre Dulaunoy 2022-07-09 09:18:35 +02:00
parent 1fe484c47b
commit 02efa46d4b
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD

6
db/update.sh Normal file
View file

@ -0,0 +1,6 @@
#!/bin/sh
wget https://cra.circl.lu/opendata/geo-open/mmdb-country/latest.mmdb
mv latest.mmdb GeoOpen-Country.mmdb
wget https://cra.circl.lu/opendata/geo-open/mmdb-country-asn/latest.mmdb
mv latest.mmdb GeoOpen-Country-ASN.mmdb