Skip to content

in package_managers.rs mistyped the SOLUS package manager #30

Open
@supernova874

Description

@supernova874

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions