nixin72 / shan

A declarative wrapper around your favourite system-wide package manager
MIT License
8 stars 0 forks source link

[FEAT] - Support mirrors in addition to archives #12

Open nixin72 opened 2 years ago

nixin72 commented 2 years ago

Is your feature request related to a problem? Please describe. Some package managers don't use PPA like Debian, but they do support mirrors to various package archives. For example, Manjaro uses a different mirror to the AUR than Arch Linux. This should be supported.

Describe the solution you'd like Maybe something like this? shan mirror -yay <mirror link> I've never really done this before, so I don't entirely know how it works.