Attempt to support RHEL

This commit is contained in:
Lea Anthony
2021-04-03 16:15:32 +11:00
parent 21ed97f7ad
commit ff7b6eacaf
3 changed files with 24 additions and 1 deletions

View File

@@ -283,7 +283,7 @@ func CheckDependencies(logger *Logger) (bool, error) {
libraryChecker = DpkgInstalled
case Arch, ArcoLinux, ArchLabs, Ctlos, Manjaro, ManjaroARM, EndeavourOS:
libraryChecker = PacmanInstalled
case CentOS, Fedora, Tumbleweed, Leap:
case CentOS, Fedora, Tumbleweed, Leap, RHEL:
libraryChecker = RpmInstalled
case Gentoo:
libraryChecker = EqueryInstalled