Open
Description
instead of eopkg you have opkg and it doesn't "count" the packages except the flatpak + snaps , i change the opkg to eopkg in my dl files and worked like a charm....
if has_bin("opkg") {
add("opkg", "opkg list-installed");
}
instead of:
if has_bin("eopkg") {
add("eopkg", "eopkg list-installed");
}
Metadata
Metadata
Assignees
Labels
No labels