Commit 2da18caf authored by Dylan Araps's avatar Dylan Araps

packages: Added package support for kiss

parent 1e0608f4
......@@ -1324,6 +1324,7 @@ get_packages() {
case "$os" in
"Linux" | "BSD" | "iPhone OS" | "Solaris")
# Package Manager Programs.
has "kiss" && tot kiss l
has "pacman-key" && tot pacman -Qq --color never
has "dpkg" && tot dpkg-query -f '.\n' -W
has "rpm" && tot rpm -qa
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment