Skip to content

Commit 7110ff0

Browse files
Add temporary fix for sasquatch failing to install
More details ReFirmLabs/binwalk#601
1 parent 8e980a7 commit 7110ff0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ sudo apt update
55
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
66

77
echo "Installing binwalk"
8-
git clone --depth=1 https://github.com/devttys0/binwalk.git
8+
git clone --depth=1 https://github.com/ReFirmLabs/binwalk.git
99
cd binwalk
1010

11+
# Temporary fix for sasquatch failing to install
12+
git pull origin pull/601/head
13+
1114
# Change to python3 in deps.sh to allow installation on Ubuntu 20.04 (binwalk commit 2b78673)
1215
sed -i '/REQUIRED_UTILS="wget tar python"/c\REQUIRED_UTILS="wget tar python3"' deps.sh
1316
sudo ./deps.sh --yes

0 commit comments

Comments
 (0)