You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if curl -J -L -u 504450:$MAXMIND_LICENSE_KEY "https://download.maxmind.com/geoip/databases/GeoLite2-ASN/download?suffix=tar.gz" --output "$tempdir/GeoLite2-ASN.tar.gz"; then
tar -zxvf "$tempdir/GeoLite2-ASN.tar.gz" -C $tempdir
if curl -J -L -u 504450:$MAXMIND_LICENSE_KEY "https://download.maxmind.com/geoip/databases/GeoLite2-City/download?suffix=tar.gz" --output "$tempdir/GeoLite2-City.tar.gz"; then
tar -zxvf "$tempdir/GeoLite2-City.tar.gz" -C "$tempdir"