Browse Source

Switched to pdonald/FrameworkBenchmarks in installer-bootstrap.ps1

Pēteris Ņikiforovs 12 years ago
parent
commit
58a8aa1106
1 changed files with 2 additions and 1 deletions
  1. 2 1
      installer-bootstrap.ps1

+ 2 - 1
installer-bootstrap.ps1

@@ -9,7 +9,7 @@ if (!$Work) {
 $basedir = "C:\FrameworkBenchmarks"
 $workdir = $basedir + "\installs"
 
-$repo = "https://github.com/TechEmpower/FrameworkBenchmarks"
+$repo = "https://github.com/pdonald/FrameworkBenchmarks"
 $installer = $basedir + "\installer.ps1"
 
 $git = "C:\Git\bin\git.exe"
@@ -33,6 +33,7 @@ Remove-Item -Recurse -Force $basedir
 
 Write-Host "Downloading FrameworkBenchmarks from git...`n"
 &$git "clone" $repo $basedir | Out-Host
+&$git "checkout windows" | Out-Host
 
 Write-Host "`nLaunching installer...`n"
 Set-ExecutionPolicy -ExecutionPolicy Bypass