about summary refs log tree commit diff
diff options
context:
space:
mode:
authorintrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>2024-08-21 15:50:00 +0200
committerGitHub <noreply@github.com>2024-08-21 15:50:00 +0200
commit74d262c7b512cd632ab55fda99023cb25db75595 (patch)
treed74f7fb72ff24882e612036441a37cd977d3170f
parent097828391530c7858ba80024d69c4efdad2e2fb2 (diff)
downloadafl++-74d262c7b512cd632ab55fda99023cb25db75595.tar.gz
Install package without asking for confirmation
-rw-r--r--docs/INSTALL.md2
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