This commit is contained in:
Adam Roben 2012-07-11 09:56:44 -04:00
Родитель bb5ca6d6df
Коммит f6267204f6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -23,4 +23,4 @@ $client.DownloadFile("https://github.com/aroben/winbootstrap/zipball/master", $z
Unzip-Files $zip $tempDir.FullName
Start-Sleep -Seconds 1
$install = (Resolve-Path (Join-Path $tempDir.FullName "*\install.ps1")).Path
& $install
& $install 2>&1 | Tee-Object C:\Users\Administrator\winbootstrap.log