Skip to content

Commit

Permalink
apply fix to ubi_reader dependency installation discussed here ReFirm…
Browse files Browse the repository at this point in the history
  • Loading branch information
ehrenb committed Jan 15, 2024
1 parent 76aa309 commit d9daee2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,10 @@ function install_cramfstools

function install_ubireader
{
git clone --quiet --depth 1 --branch "master" https://github.com/jrspruitt/ubi_reader
(cd ubi_reader && $SUDO $PYTHON setup.py install)
$SUDO rm -rf ubi_reader
install_pip_package "ubi_reader"
# git clone --quiet --depth 1 --branch "main" https://github.com/jrspruitt/ubi_reader
# (cd ubi_reader && $SUDO $PYTHON setup.py install)
# $SUDO rm -rf ubi_reader
}

function install_pip_package
Expand Down

0 comments on commit d9daee2

Please sign in to comment.