You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For most users, aria2 is a vast improvement to xcodes usage, so I think it should be added as a recommended dependency to xcodes when installed using Homebrew, so it'll be automatically installed with xcodes unless the --without-aria2 flag is used.
This also has the added advantage of marking aria2 as a dependency of xcodes, so it will be listed with brew leaves --installed-as-dependency and it can be easily deleted if xcodes is deleted with brew autoremove.
The text was updated successfully, but these errors were encountered:
juanjonol
added a commit
to juanjonol/homebrew-made
that referenced
this issue
Sep 17, 2022
For most users, `aria2` is a vast improvement to `xcodes` usage, so I think it should be added as a [recommended dependency](https://docs.brew.sh/Formula-Cookbook#specifying-other-formulae-as-dependencies) to `xcodes` when installed using Homebrew, so it'll be automatically installed with `xcodes` unless the `--without-aria2` flag is used.
This also has the added advantage of marking `aria2` as a dependency of `xcodes`, so it will be listed with `brew leaves --installed-as-dependency` and it can be easily deleted if `xcodes` is deleted with `brew autoremove`.
This closesRobotsAndPencils#4.
For most users,
aria2
is a vast improvement toxcodes
usage, so I think it should be added as a recommended dependency toxcodes
when installed using Homebrew, so it'll be automatically installed withxcodes
unless the--without-aria2
flag is used.This also has the added advantage of marking
aria2
as a dependency ofxcodes
, so it will be listed withbrew leaves --installed-as-dependency
and it can be easily deleted ifxcodes
is deleted withbrew autoremove
.The text was updated successfully, but these errors were encountered: