This commit is contained in:
Samuel Vasko
2014-04-10 12:43:34 +02:00
2 changed files with 47 additions and 2 deletions

View File

@ -52,7 +52,7 @@ Ensure-Exists $sourcesPath
Ensure-Executable "7z"
foreach ($s in $sources) {
Write-Host "Getting $($s.name) from URL $($s.url)"
Write-Output "Getting $($s.name) from URL $($s.url)"
# We do not care about the extensions/type of archive
$tempArchive = "$($s.name).tmp"
@ -68,4 +68,4 @@ foreach ($s in $sources) {
}
Pop-Location
Write-Host "All good and done!"
Write-Verbose "All good and done!"