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

Added missing requirements for Ubuntu 22.04 LTS #672

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

0rShemesh
Copy link
Contributor

I've installed unblob on my new machine and figure out that some dependencies are not already installed when i try to use unblob to open some firmwares.
so i just added lz4 to the requirements

after install unblob:

oru@oru:~$ unblob --show-external-dependencies
The following executables found installed, which are needed by unblob:
    7z                          ✓
    debugfs                     ✓
    jefferson                   ✓
    lz4                         ✗
    lziprecover                 ✓
    lzop                        ✓
    sasquatch                   ✓
    sasquatch-v4be              ✓
    simg2img                    ✓
    ubireader_extract_files     ✓
    ubireader_extract_images    ✓
    unar                        ✓
    zstd                        ✓

after adding lz4 to the requirements:

oru@oru:~$ sudo apt install -y lz4 > /dev/null

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

oru@oru:~$ unblob --show-external-dependencies
The following executables found installed, which are needed by unblob:
    7z                          ✓
    debugfs                     ✓
    jefferson                   ✓
    lz4                         ✓
    lziprecover                 ✓
    lzop                        ✓
    sasquatch                   ✓
    sasquatch-v4be              ✓
    simg2img                    ✓
    ubireader_extract_files     ✓
    ubireader_extract_images    ✓
    unar                        ✓
    zstd                        ✓
oru@oru:~$

add missing missing requirements for ubuntu22.04
@martonilles martonilles merged commit eaf6310 into onekey-sec:main Nov 2, 2023
12 checks passed
@martonilles
Copy link
Contributor

@0rShemesh thanks for your contribution! :)

@0rShemesh
Copy link
Contributor Author

@0rShemesh thanks for your contribution! :)

For sure
Hope to contribute more in the future

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.

2 participants