We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde074d commit f654856Copy full SHA for f654856
setup.sh
@@ -8,8 +8,8 @@ echo "Installing binwalk"
8
git clone --depth=1 https://github.com/ReFirmLabs/binwalk.git
9
cd binwalk
10
11
-# Temporary fix for sasquatch failing to install
12
-git pull origin pull/601/head
+# Temporary fix for sasquatch failing to install (From https://github.com/ReFirmLabs/binwalk/pull/601)
+sed -i 's;\$SUDO ./build.sh;wget https://github.com/devttys0/sasquatch/pull/47.patch \&\& patch -p1 < 47.patch \&\& \$SUDO ./build.sh;' deps.sh
13
14
# Change to python3 in deps.sh to allow installation on Ubuntu 20.04 (binwalk commit 2b78673)
15
sed -i '/REQUIRED_UTILS="wget tar python"/c\REQUIRED_UTILS="wget tar python3"' deps.sh
0 commit comments