Added support for Zorin OS
This commit is contained in:
parent
b5e95a8ce4
commit
8470a256fd
2 changed files with 24 additions and 1 deletions
6
fetch
6
fetch
|
@ -608,7 +608,7 @@ getpackages () {
|
|||
packages="$(xbps-query -l | wc -l)"
|
||||
;;
|
||||
|
||||
"Ubuntu"* | *"Mint"* | "CrunchBang"* | "Debian"* | "Kali"* | "Deepin Linux"* | "elementary"* | "Raspbian"*)
|
||||
"Ubuntu"* | *"Mint"* | "CrunchBang"* | "Debian"* | "Kali"* | "Deepin Linux"* | "elementary"* | "Raspbian"* | "Zorin"*)
|
||||
packages="$(dpkg --get-selections | grep -cv deinstall$)"
|
||||
;;
|
||||
|
||||
|
@ -1677,6 +1677,10 @@ getascii () {
|
|||
c3=$(color 4)
|
||||
c4=$(color 3)
|
||||
;;
|
||||
|
||||
"Zorin"*)
|
||||
c1=$(color 4)
|
||||
;;
|
||||
esac
|
||||
|
||||
# If the ascii file doesn't exist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue