Skip to content

Commit

Permalink
feat: switch to FW magic v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke authored and maringuu committed Nov 27, 2024
1 parent 0e50839 commit 7d418b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def main(distribution):
return 0


def _install_fw_magic(version: str = 'v0.2.1'):
def _install_fw_magic(version: str = 'v0.2.2'):
with OperateInDirectory(BIN_DIR):
run_cmd_with_logging(
f'wget https://github.com/fkie-cad/firmware-magic-database/releases/download/{version}/firmware.xz'
Expand Down

0 comments on commit 7d418b8

Please sign in to comment.