Add Raspbian to packages function

This commit is contained in:
Dylan 2016-02-12 09:08:12 +11:00
parent 2e0e3f5d64
commit 4f3c2e3b1f
1 changed files with 1 additions and 1 deletions

2
fetch
View File

@ -608,7 +608,7 @@ getpackages () {
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$)"
;;