mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
[Other] Update dependencies
This commit is contained in:
@@ -2,7 +2,7 @@ Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
|
||||
|
||||
try {
|
||||
Invoke-WebRequest `
|
||||
-Uri 'https://github.com/v2fly/geoip/releases/download/202110140026/geoip.dat' `
|
||||
-Uri 'https://github.com/v2fly/geoip/releases/latest/download/geoip.dat' `
|
||||
-OutFile 'geoip.dat'
|
||||
}
|
||||
catch {
|
||||
|
||||
@@ -2,7 +2,7 @@ Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
|
||||
|
||||
try {
|
||||
Invoke-WebRequest `
|
||||
-Uri 'https://github.com/v2fly/domain-list-community/releases/download/20211016052758/dlc.dat' `
|
||||
-Uri 'https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat' `
|
||||
-OutFile 'geosite.dat'
|
||||
}
|
||||
catch {
|
||||
|
||||
Reference in New Issue
Block a user