* manjaro

* Update go.mod
This commit is contained in:
Byron
2019-10-06 11:14:05 +03:00
committed by Lea Anthony
parent 93942111bc
commit f961659ada
5 changed files with 20 additions and 7 deletions

View File

@@ -276,7 +276,7 @@ func CheckDependencies(logger *Logger) (bool, error) {
switch distroInfo.Distribution {
case Ubuntu, Debian, Zorin, Parrot, Linuxmint, Elementary, Kali, Neon:
libraryChecker = DpkgInstalled
case Arch:
case Arch, Manjaro:
libraryChecker = PacmanInstalled
case CentOS, Fedora:
libraryChecker = RpmInstalled