常规升级

This commit is contained in:
2026-07-07 11:40:57 +08:00
parent b5ca6fb773
commit e802d0c995
4 changed files with 11 additions and 31 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ function Fetch-RepoEx
param(
[string]$Name
)
$repo = "http://192.168.1.75:3000/psc/$Name"
$repo = "http://10.10.10.1:3000/ae/$Name"
$branch = "master"
Fetch-Repo -Repo $repo -Branch $branch -Dir "third_party/$Name"
}