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