Disable progress bar in get_aria2.ps1 due to slowness
This commit is contained in:
parent
0c722706a6
commit
8c6089873d
@ -48,6 +48,8 @@ if(-not (Test-Path -PathType Container -Path "files")) {
|
||||
$null = New-Item -Path "files" -ItemType Directory
|
||||
}
|
||||
|
||||
$ProgressPreference = 'SilentlyContinue'
|
||||
|
||||
try {
|
||||
Retrieve-File -File $file -Url $url
|
||||
} catch {
|
||||
|
Loading…
Reference in New Issue
Block a user