mirror of
https://github.com/netchx/netch.git
synced 2026-04-15 21:03:23 +08:00
Use @Loyalsoldier/geoip
This commit is contained in:
@@ -29,6 +29,8 @@ if ( Test-Path -Path $OutputPath ) {
|
||||
}
|
||||
New-Item -ItemType Directory -Name $OutputPath | Out-Null
|
||||
|
||||
wget -Uri 'https://raw.githubusercontent.com/Loyalsoldier/geoip/release/Country.mmdb' -OutFile '..\Storage\GeoLite2-Country.mmdb'
|
||||
|
||||
Push-Location $OutputPath
|
||||
New-Item -ItemType Directory -Name 'bin' | Out-Null
|
||||
cp -Recurse -Force '..\Storage\i18n' '.' | Out-Null
|
||||
|
||||
Reference in New Issue
Block a user