Disable progress bar in get_aria2.ps1 due to slowness

This commit is contained in:
Kaenbyou Rin 2024-04-12 15:57:53 +02:00
parent 0c722706a6
commit 8c6089873d
1 changed files with 2 additions and 0 deletions

View File

@ -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 {