diff --git a/autodl_files/get_aria2.ps1 b/autodl_files/get_aria2.ps1 index 760612c..1cdaaf8 100644 --- a/autodl_files/get_aria2.ps1 +++ b/autodl_files/get_aria2.ps1 @@ -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 {