From 389cf8fbab96b2c5ab2b3600ac04bff583cd8021 Mon Sep 17 00:00:00 2001 From: Sergej Schumilo Date: Fri, 21 Jan 2022 06:57:10 +0100 Subject: [PATCH] fix compile script --- compile_qemu_nyx.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/compile_qemu_nyx.sh b/compile_qemu_nyx.sh index f09ad70682..c5859606c7 100755 --- a/compile_qemu_nyx.sh +++ b/compile_qemu_nyx.sh @@ -81,15 +81,8 @@ compile () { echo "[!] QEMU-Nyx is ready!" } -cd libxdc git submodule init git submodule update -cd .. - -cd capstone_v4 -git submodule init -git submodule update -cd .. if [ "$#" == 0 ] ; then error