Is your feature request related to a problem? Please describe.
Currently scoop requires aria2 to be installed via scoop itself if we want to use it for downloads. However, someone may want to use a different external installation of aria2 (such as via winget) to be used.
Describe the solution you'd like
A configuration option similar to use_external_7zip, maybe use-external-aria2 which when set to true uses external aria2c available in %PATH% for downloads.
Feature Request
Is your feature request related to a problem? Please describe.
Currently scoop requires aria2 to be installed via scoop itself if we want to use it for downloads. However, someone may want to use a different external installation of aria2 (such as via winget) to be used.
Describe the solution you'd like
A configuration option similar to
use_external_7zip
, maybeuse-external-aria2
which when set to true uses externalaria2c
available in%PATH%
for downloads.