зеркало из https://github.com/github/winbootstrap.git
dem parens
This commit is contained in:
Родитель
6e743ee174
Коммит
cd9c707a79
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче