Skip to content

Commit

Permalink
Add temporary fix for sasquatch failing to install
Browse files Browse the repository at this point in the history
  • Loading branch information
extremecoders-re authored Jul 27, 2022
1 parent 8e980a7 commit 7110ff0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ sudo apt update
sudo apt install -y python3-pip python3-pexpect unzip busybox-static fakeroot kpartx snmp uml-utilities util-linux vlan qemu-system-arm qemu-system-mips qemu-system-x86 qemu-utils lsb-core wget tar

echo "Installing binwalk"
git clone --depth=1 https://github.com/devttys0/binwalk.git
git clone --depth=1 https://github.com/ReFirmLabs/binwalk.git
cd binwalk

# Temporary fix for sasquatch failing to install
git pull origin pull/601/head

# 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
sudo ./deps.sh --yes
Expand Down

0 comments on commit 7110ff0

Please sign in to comment.