diff --git a/package_managers.toml b/package_managers.toml new file mode 100644 index 0000000..1f3a190 --- /dev/null +++ b/package_managers.toml @@ -0,0 +1,17 @@ +# This is an example configuration which is also used by default on crystal installations +proper_manager = "ame" + +[apt] +distro = "Ubuntu/Debian (based Distros)" + +[apt-get] +distro = "Ubuntu/Debian (based Distros)" + +[dnf] +distro = "fedora" + +[zypper] +distro = "OpenSuse" + +[yum] +distro = "rhel (based)"