packages: Added package support for kiss
This commit is contained in:
parent
1e0608f488
commit
2da18caf95
1
neofetch
1
neofetch
|
@ -1324,6 +1324,7 @@ get_packages() {
|
||||||
case "$os" in
|
case "$os" in
|
||||||
"Linux" | "BSD" | "iPhone OS" | "Solaris")
|
"Linux" | "BSD" | "iPhone OS" | "Solaris")
|
||||||
# Package Manager Programs.
|
# Package Manager Programs.
|
||||||
|
has "kiss" && tot kiss l
|
||||||
has "pacman-key" && tot pacman -Qq --color never
|
has "pacman-key" && tot pacman -Qq --color never
|
||||||
has "dpkg" && tot dpkg-query -f '.\n' -W
|
has "dpkg" && tot dpkg-query -f '.\n' -W
|
||||||
has "rpm" && tot rpm -qa
|
has "rpm" && tot rpm -qa
|
||||||
|
|
Reference in New Issue