Add elementary support to getpackage
This commit is contained in:
parent
ab92616da8
commit
bd230f31f7
2
fetch
2
fetch
|
@ -450,7 +450,7 @@ getpackages () {
|
|||
packages="$(xbps-query -l | wc -l)"
|
||||
;;
|
||||
|
||||
"Ubuntu"* | "Mint"* | "Debian"* | "Kali Linux"* | "Deepin Linux"*)
|
||||
"Ubuntu"* | "Mint"* | "Debian"* | "Kali Linux"* | "Deepin Linux"* | "elementary"*)
|
||||
packages="$(dpkg --get-selections | grep -v deinstall$ | wc -l)"
|
||||
;;
|
||||
|
||||
|
|
Reference in New Issue