Skip to content

Commit f654856

Browse files
Apply sasquatch patch manually, closes #78
1 parent cde074d commit f654856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ echo "Installing binwalk"
88
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
11+
# Temporary fix for sasquatch failing to install (From https://github.com/ReFirmLabs/binwalk/pull/601)
12+
sed -i 's;\$SUDO ./build.sh;wget https://github.com/devttys0/sasquatch/pull/47.patch \&\& patch -p1 < 47.patch \&\& \$SUDO ./build.sh;' deps.sh
1313

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

0 commit comments

Comments
 (0)