Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

in package_managers.rs mistyped the SOLUS package manager #30

Open
supernova874 opened this issue Dec 23, 2021 · 1 comment
Open

in package_managers.rs mistyped the SOLUS package manager #30

supernova874 opened this issue Dec 23, 2021 · 1 comment

Comments

@supernova874
Copy link

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");
}

@ras-drive
Copy link

Thanks for pointing this out, I was really confused when it said I didn't have any eopkg packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants