diff --git a/bootstrap.ps1 b/bootstrap.ps1 index 68aae81..a55e05a 100644 --- a/bootstrap.ps1 +++ b/bootstrap.ps1 @@ -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