From 5954576dcc25f4d226bfdd0bda087223a3998e17 Mon Sep 17 00:00:00 2001 From: czxvan <2889259641@qq.com> Date: Mon, 1 Jul 2024 22:05:47 +0800 Subject: [PATCH] fix error brought from wrong python-magic deps --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ae2835c..ec54559 100755 --- a/build.sh +++ b/build.sh @@ -44,7 +44,7 @@ cd binwalk sudo ./deps.sh --yes reset sudo python3 ./setup.py install -sudo pip3 install git+https://github.com/ahupp/python-magic +sudo pip3 install python-magic sudo pip3 install git+https://github.com/sviehb/jefferson cd ..