mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-09 08:41:32 +00:00
nits for nyx build script
This commit is contained in:
parent
53eb5ba2fb
commit
dd9003e59b
@ -13,6 +13,13 @@ if [ ! "`uname -s`" = "Linux" ]; then
|
||||
|
||||
fi
|
||||
|
||||
if [ ! "`uname -m`" = "x86_64" ]; then
|
||||
|
||||
echo "[-] Error: Nyx mode is only available on x86_64 (yet)."
|
||||
exit 0
|
||||
|
||||
fi
|
||||
|
||||
echo "[*] Making sure all Nyx is checked out"
|
||||
|
||||
git status 1>/dev/null 2>/dev/null
|
||||
@ -34,9 +41,9 @@ else
|
||||
|
||||
fi
|
||||
|
||||
test -d QEMU-Nyx/.git || { echo "[-] Not checked out, please install git or check your internet connection." ; exit 1 ; }
|
||||
test -d packer/.git || { echo "[-] Not checked out, please install git or check your internet connection." ; exit 1 ; }
|
||||
test -d libnyx/.git || { echo "[-] Not checked out, please install git or check your internet connection." ; exit 1 ; }
|
||||
test -d packer/.git || { echo "[-] packer not checked out, please install git or check your internet connection." ; exit 1 ; }
|
||||
test -d libnyx/.git || { echo "[-] libnyx not checked out, please install git or check your internet connection." ; exit 1 ; }
|
||||
test -d QEMU-Nyx/.git || { echo "[-] QEMU-Nyx not checked out, please install git or check your internet connection." ; exit 1 ; }
|
||||
|
||||
echo "[*] checking packer init.cpio.gz ..."
|
||||
if [ ! -f "packer/linux_initramfs/init.cpio.gz" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user