mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
Using verbose output
This commit is contained in:
parent
9ce90d337b
commit
c032b5f8a0
@ -52,7 +52,7 @@ Ensure-Exists $sourcesPath
|
||||
Ensure-Executable "7z"
|
||||
|
||||
foreach ($s in $sources) {
|
||||
Write-Output "Getting $($s.name) from URL $($s.url)"
|
||||
Write-Verbose "Getting $($s.name) from URL $($s.url)"
|
||||
|
||||
# We do not care about the extensions/type of archive
|
||||
$tempArchive = "$($s.name).tmp"
|
||||
|
Loading…
Reference in New Issue
Block a user