packages: Fix DragonFlyBSD. Thanks pornguy
This commit is contained in:
parent
757a673252
commit
9320275a6e
2
neofetch
2
neofetch
|
@ -1370,7 +1370,7 @@ get_packages() {
|
||||||
has pkginfo && tot pkginfo -i
|
has pkginfo && tot pkginfo -i
|
||||||
|
|
||||||
case "$kernel_name" in
|
case "$kernel_name" in
|
||||||
"FreeBSD") has "pkg" && tot pkg info ;;
|
"FreeBSD"|"DragonFly") has "pkg" && tot pkg info ;;
|
||||||
*)
|
*)
|
||||||
has "pkg" && dir /var/db/pkg/*
|
has "pkg" && dir /var/db/pkg/*
|
||||||
|
|
||||||
|
|
Reference in New Issue