From 49940256c15e5b2a0ca0ef36d34748b0028aadca Mon Sep 17 00:00:00 2001 From: Decidedly Gray Date: Wed, 7 Apr 2021 16:19:00 -0500 Subject: [PATCH] Updated dependencies Updated outdated dependencies --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 0f77f5b..e01ab55 100755 --- a/setup.sh +++ b/setup.sh @@ -2,10 +2,10 @@ set -e sudo apt update -sudo apt install -y python-pip 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 +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 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 sudo ./deps.sh sudo python3 ./setup.py install