mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
Lock version
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Push-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
|
||||
|
||||
git clone https://github.com/cbeuw/Cloak src
|
||||
git clone https://github.com/cbeuw/Cloak -b 'v2.5.5' src
|
||||
if ( -Not $? ) {
|
||||
Pop-Location
|
||||
exit $lastExitCode
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Push-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
|
||||
|
||||
git clone https://github.com/teddysun/v2ray-plugin src
|
||||
git clone https://github.com/teddysun/v2ray-plugin -b 'v4.42.1' src
|
||||
if ( -Not $? ) {
|
||||
Pop-Location
|
||||
exit $lastExitCode
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Push-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
|
||||
|
||||
git clone https://github.com/teddysun/xray-plugin src
|
||||
git clone https://github.com/teddysun/xray-plugin -b 'v1.4.3' src
|
||||
if ( -Not $? ) {
|
||||
Pop-Location
|
||||
exit $lastExitCode
|
||||
|
||||
Reference in New Issue
Block a user