瀏覽代碼

Update install.ps1

FusionPBX 7 年之前
父節點
當前提交
b9497a518d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      windows/install.ps1

+ 2 - 2
windows/install.ps1

@@ -244,10 +244,10 @@ Function Install-PostgreSQL() {
 }
 }
 Function Install-Git(){
 Function Install-Git(){
     if ($env:PROCESSOR_ARCHITECTURE -eq "x86") {
     if ($env:PROCESSOR_ARCHITECTURE -eq "x86") {
-        $url = "https://github.com/git-for-windows/git/releases/download/v2.6.4.windows.1/Git-2.6.4-32-bit.exe"
+Ω        $url = "https://github.com/git-for-windows/git/releases/download/v2.15.1.windows.2/Git-2.15.1.2-32-bit.exe"
     }
     }
     else {
     else {
-        $url = "https://github.com/git-for-windows/git/releases/download/v2.6.4.windows.1/Git-2.6.4-64-bit.exe"
+        $url = "https://github.com/git-for-windows/git/releases/download/v2.15.1.windows.2/Git-2.15.1.2-64-bit.exe"
     }
     }
 
 
     Write-Host Download Git from $url -ForegroundColor Cyan
     Write-Host Download Git from $url -ForegroundColor Cyan