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:
@@ -5,7 +5,7 @@ param (
|
||||
|
||||
try {
|
||||
Invoke-WebRequest `
|
||||
-Uri 'https://github.com/v2fly/geoip/releases/download/202109300030/geoip.dat' `
|
||||
-Uri 'https://github.com/v2fly/geoip/releases/download/202110140026/geoip.dat' `
|
||||
-OutFile 'geoip.dat'
|
||||
}
|
||||
catch {
|
||||
|
||||
@@ -5,7 +5,7 @@ param (
|
||||
|
||||
try {
|
||||
Invoke-WebRequest `
|
||||
-Uri 'https://github.com/v2fly/domain-list-community/releases/download/20211001023210/dlc.dat' `
|
||||
-Uri 'https://github.com/v2fly/domain-list-community/releases/download/20211013090609/dlc.dat' `
|
||||
-OutFile 'geosite.dat'
|
||||
}
|
||||
catch {
|
||||
|
||||
@@ -5,7 +5,7 @@ param (
|
||||
|
||||
try {
|
||||
Invoke-WebRequest `
|
||||
-Uri 'https://www.wintun.net/builds/wintun-0.13.zip' `
|
||||
-Uri 'https://www.wintun.net/builds/wintun-0.14.zip' `
|
||||
-OutFile 'wintun.zip'
|
||||
}
|
||||
catch {
|
||||
|
||||
Reference in New Issue
Block a user