CalebDepatie / unified-package-manager

upm is "unified" in that it provides a consistent and simple CLI layer to access all your systems package managers
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Detect sudo perms and ask if not given #10

Closed CalebDepatie closed 11 months ago

CalebDepatie commented 1 year ago

While not all package managers require it some do, might as well ask for sudo via polkit or the CLI. stops weird behavior like updating flatpak and failing on apt.

CalebDepatie commented 1 year ago

Use dependency injection to select the auth method based on a variety of possible methods

CalebDepatie commented 11 months ago

I would still ideally like Polkit usage but closing this for now as the sudo command will ask for perms