File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,6 +119,10 @@ $skip | Where-Object { $explicit_apps -contains $_} | ForEach-Object {
119119}
120120
121121$suggested = @ {};
122+ if (aria2_enabled) {
123+ warn " Scoop uses 'aria2c' for multi-connection downloads."
124+ warn " Should it cause issues, run 'scoop config aria2-enabled false' to disable it."
125+ }
122126$apps | ForEach-Object { install_app $_ $architecture $global $suggested $use_cache $check_hash }
123127
124128show_suggestions $suggested
Original file line number Diff line number Diff line change @@ -209,6 +209,10 @@ if(!$apps) {
209209
210210 $suggested = @ {};
211211 # # $outdated is a list of ($app, $global) tuples
212+ if (aria2_enabled) {
213+ warn " Scoop uses 'aria2c' for multi-connection downloads."
214+ warn " Should it cause issues, run 'scoop config aria2-enabled false' to disable it."
215+ }
212216 $outdated | ForEach-Object { update @_ $quiet $independent $suggested $use_cache $check_hash }
213217}
214218
You can’t perform that action at this time.
0 commit comments