Add Raspbian to packages function
This commit is contained in:
parent
2e0e3f5d64
commit
4f3c2e3b1f
2
fetch
2
fetch
|
@ -608,7 +608,7 @@ getpackages () {
|
||||||
packages="$(xbps-query -l | wc -l)"
|
packages="$(xbps-query -l | wc -l)"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Ubuntu"* | *"Mint"* | "CrunchBang"* | "Debian"* | "Kali"* | "Deepin Linux"* | "elementary"*)
|
"Ubuntu"* | *"Mint"* | "CrunchBang"* | "Debian"* | "Kali"* | "Deepin Linux"* | "elementary"* | "Raspbian"*)
|
||||||
packages="$(dpkg --get-selections | grep -cv deinstall$)"
|
packages="$(dpkg --get-selections | grep -cv deinstall$)"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Reference in New Issue