[ubuntu] disable verbose (#3063)

This commit is contained in:
Aleksandr Chebotov
2021-03-31 10:46:42 +03:00
committed by GitHub
parent b00dbe1036
commit 726ef281c7

View File

@@ -15,7 +15,7 @@ foreach ($module in $modules)
{
$modulePath = Join-Path -Path $installPSModulePath -ChildPath "${moduleName}_${version}"
Write-Host " - $version [$modulePath]"
Save-Module -Path $modulePath -Name $moduleName -RequiredVersion $version -Force -Verbose
Save-Module -Path $modulePath -Name $moduleName -RequiredVersion $version -Force
}
$assets = Invoke-RestMethod $module.url