Skip to content

Commit

Permalink
Fix for ubi_reader not able to clone, closes #96
Browse files Browse the repository at this point in the history
  • Loading branch information
extremecoders-re authored Sep 16, 2024
1 parent b6288b8 commit 6ad3a15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ sed -i 's;\$SUDO ./build.sh;wget https://github.com/devttys0/sasquatch/pull/47.p

# Change to python3 in deps.sh to allow installation on Ubuntu 20.04 (binwalk commit 2b78673)
sed -i '/REQUIRED_UTILS="wget tar python"/c\REQUIRED_UTILS="wget tar python3"' deps.sh

# Fix for ubi_reader not able to clone
sed -i 's;"master" https://github.com/jrspruitt/ubi_reader;"main" https://github.com/jrspruitt/ubi_reader;' deps.sh

sudo ./deps.sh --yes
sudo python3 ./setup.py install
sudo -H pip3 install git+https://github.com/ahupp/python-magic
Expand Down

0 comments on commit 6ad3a15

Please sign in to comment.