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

Fixed Issue in Packages.yaml if dnf does not exist #3401

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

hendrkss
Copy link
Contributor

@hendrkss hendrkss commented Apr 9, 2024

For systems where DNF does not exist the following output is given back:

[
{
"Stdout": ""
}
]

Therefore the switch statement is not proceeding with the b-variant (yum). When filtering out via a WHERE statement this is done.

For systems where DNF does not exist the following output is given back:

[
  {
    "Stdout": ""
  }
]

Therefore the switch statement is not proceeding with the b-variant (yum). When filtering out via a WHERE statement this is done.
@scudette scudette merged commit 245097b into Velocidex:master Apr 9, 2024
3 checks passed
scudette pushed a commit that referenced this pull request Apr 10, 2024
For systems where DNF does not exist the following output is given back:

[
  {
    "Stdout": ""
  }
]

Therefore the switch statement is not proceeding with the b-variant
(yum). When filtering out via a WHERE statement this is done.
scudette pushed a commit that referenced this pull request Apr 11, 2024
For systems where DNF does not exist the following output is given back:

[
  {
    "Stdout": ""
  }
]

Therefore the switch statement is not proceeding with the b-variant
(yum). When filtering out via a WHERE statement this is done.
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

Successfully merging this pull request may close these issues.

None yet

2 participants