about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-03-23 17:20:03 +0100
committerGitHub <noreply@github.com>2022-03-23 17:20:03 +0100
commit7598efb8e6f1ea6731795b6d2a03ff7695d2903b (patch)
treecd3756c67b2b101234a95d9780ef4e22af4ebd7e
parentbcf123e1eec4181ffe51e0c80e3b2732fbfd1839 (diff)
parent0dca6ee038898836a7ac043bb2fc20a0e48815cc (diff)
downloadafl++-7598efb8e6f1ea6731795b6d2a03ff7695d2903b.tar.gz
Merge pull request #1363 from clchrlls/stable
fix installation packages commands for debian 10
-rw-r--r--docs/INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index b0090e77..3fa7fd13 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -23,7 +23,7 @@ sudo apt-get update
 sudo apt-get install -y build-essential python3-dev automake cmake git flex bison libglib2.0-dev libpixman-1-dev python3-setuptools
 # try to install llvm 11 and install the distro default if that fails
 sudo apt-get install -y lld-11 llvm-11 llvm-11-dev clang-11 || sudo apt-get install -y lld llvm llvm-dev clang
-sudo apt-get install -y gcc-$(gcc --version|head -n1|sed 's/.* //'|sed 's/\..*//')-plugin-dev libstdc++-$(gcc --version|head -n1|sed 's/.* //'|sed 's/\..*//')-dev
+sudo apt-get install -y gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev
 sudo apt-get install -y ninja-build # for QEMU mode
 git clone https://github.com/AFLplusplus/AFLplusplus
 cd AFLplusplus
@@ -178,4 +178,4 @@ sysctl kern.sysv.shmall=98304
 
 See
 [http://www.spy-hill.com/help/apple/SharedMemory.html](http://www.spy-hill.com/help/apple/SharedMemory.html)
-for documentation for these settings and how to make them permanent.
+for documentation for these settings and how to make them permanent.
\ No newline at end of file