Skip to content

Commit

Permalink
Change fedora package
Browse files Browse the repository at this point in the history
  • Loading branch information
domwhewell-sage committed Nov 9, 2024
1 parent 455051d commit 64ddb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/modules/jadx.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class jadx(BaseModule):
},
{
"name": "Install latest JRE (Fedora)",
"package": {"name": ["java-openjdk-headless"], "state": "present"},
"package": {"name": ["java-latest-openjdk"], "state": "present"},
"become": True,
"when": "ansible_facts['os_family'] == 'RedHat'",
},
Expand Down

0 comments on commit 64ddb45

Please sign in to comment.