Feat manjaro arm & deepin (#324)

* feat: new distros: manjaroARM & Deepin
This commit is contained in:
Byron
2020-01-08 23:38:05 +02:00
committed by Lea Anthony
parent af30e5e6ba
commit dd49292b68
3 changed files with 31 additions and 5 deletions

View File

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