sysget
sysget copied to clipboard
Homebrew Fallback
Hey, I'm interested in using this to handle installations for various distros for https://install.doctor. However, I have a few questions.
- Is there a way to use fallback install sources? For instance, on Ubuntu I'd like to use
aptand then fallback tobrewif the package is not available onapt. - How should we handle cases where the
aptpackage is named differently than thebrewpackage etc. If I use this, I plan on incorporating software installers like Flatpak which has different names than other things (i.e.io.github.Clientfor example). Does there exist any open database that maps out all the different official package names for each item? - Any chance you can add support for Windows by including Chocolatey / scoop.sh / winget support?