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

Error when installing ubi_reader in deps.sh #642

Closed
johnathanhuutri opened this issue May 28, 2023 · 2 comments
Closed

Error when installing ubi_reader in deps.sh #642

johnathanhuutri opened this issue May 28, 2023 · 2 comments

Comments

@johnathanhuutri
Copy link

Hi, when I want to install with deps.sh, the following code throws error:

116: function install_ubireader
117: {
118:     git clone --quiet --depth 1 --branch "master" https://github.com/jrspruitt/ubi_reader
119:     (cd ubi_reader && $SUDO $PYTHON setup.py install)
120:     $SUDO rm -rf ubi_reader
121: }

When I try to search for that git link, it redirects me to this git repo: https://github.com/onekey-sec/ubi_reader

I see there is no brance master in that so I think the best way to install that is using python

function install_ubireader
{
    $SUDO $PYTHON -m pip install ubi_reader
}
@adlra
Copy link

adlra commented May 29, 2023

@johnathanhuutri
Copy link
Author

https://github.com/ReFirmLabs/binwalk/pull/639/files

That works for me, thanks a lot!

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