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

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

@ -21,5 +21,5 @@ $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
$install = Resolve-Path (Join-Path $tempDir.FullName "*\install.cmd").Path
$install = (Resolve-Path (Join-Path $tempDir.FullName "*\install.cmd")).Path
& $install