Initial support for solus

This commit is contained in:
Lea Anthony
2020-05-27 10:16:44 +10:00
parent ad034d3950
commit 8b1d20f979
3 changed files with 36 additions and 0 deletions

View File

@@ -284,6 +284,8 @@ func CheckDependencies(logger *Logger) (bool, error) {
libraryChecker = EqueryInstalled
case VoidLinux:
libraryChecker = XbpsInstalled
case Solus:
libraryChecker = EOpkgInstalled
default:
return false, RequestSupportForDistribution(distroInfo)
}