diff options
author | intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com> | 2024-08-21 15:50:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-21 15:50:00 +0200 |
commit | 74d262c7b512cd632ab55fda99023cb25db75595 (patch) | |
tree | d74f7fb72ff24882e612036441a37cd977d3170f | |
parent | 097828391530c7858ba80024d69c4efdad2e2fb2 (diff) | |
download | afl++-74d262c7b512cd632ab55fda99023cb25db75595.tar.gz |
Install package without asking for confirmation
-rw-r--r-- | docs/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index cea1ae6b..03f69485 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -32,7 +32,7 @@ sudo apt-get install -y gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* // sudo apt-get install -y ninja-build # for QEMU mode sudo apt-get install -y cpio libcapstone-dev # for Nyx mode sudo apt-get install -y wget curl # for Frida mode -sudo apt-get install python3-pip # for Unicorn mode +sudo apt-get install -y python3-pip # for Unicorn mode git clone https://github.com/AFLplusplus/AFLplusplus cd AFLplusplus make distrib |