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

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

@ -21,5 +21,6 @@ $client = New-Object Net.WebClient
$zip = Join-Path $tempDir.FullName winbootstrap.zip
$client.DownloadFile("https://github.com/aroben/winbootstrap/zipball/master", $zip)
Unzip-Files $zip $tempDir.FullName
Start-Sleep -Seconds 1
$install = (Resolve-Path (Join-Path $tempDir.FullName "*\install.cmd")).Path
& $install