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 8e980a7 commit 7110ff0Copy full SHA for 7110ff0
setup.sh
@@ -5,9 +5,12 @@ sudo apt update
5
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
6
7
echo "Installing binwalk"
8
-git clone --depth=1 https://github.com/devttys0/binwalk.git
+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
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
16
sudo ./deps.sh --yes
0 commit comments