diff options
author | microsvuln <55649192+Microsvuln@users.noreply.github.com> | 2021-04-03 15:47:22 +0400 |
---|---|---|
committer | microsvuln <55649192+Microsvuln@users.noreply.github.com> | 2021-04-03 15:47:22 +0400 |
commit | 70e975704465672f49273da9f4a8f7e56f745e20 (patch) | |
tree | d642f907d755c791c51d96c3495a5806ef4bc34b /utils/autodict_ql/build-codeql.sh | |
parent | 6c88b6b362ddc06effd8d99c32375ab34028665c (diff) | |
download | afl++-70e975704465672f49273da9f4a8f7e56f745e20.tar.gz |
new commit - change strings
new commit - change strings
Diffstat (limited to 'utils/autodict_ql/build-codeql.sh')
-rw-r--r-- | utils/autodict_ql/build-codeql.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/autodict_ql/build-codeql.sh b/utils/autodict_ql/build-codeql.sh index ccff932e..450207f6 100644 --- a/utils/autodict_ql/build-codeql.sh +++ b/utils/autodict_ql/build-codeql.sh @@ -3,7 +3,6 @@ if [ -d "codeql-home" ]; then echo "Exist !" exit 1 fi -sudo apt install build-essential libtool-bin python3-dev automake git vim wget -y mkdir codeql-home cd codeql-home git clone https://github.com/github/codeql.git codeql-repo @@ -12,6 +11,7 @@ wget https://github.com/github/codeql-cli-binaries/releases/download/v2.4.6/code unzip codeql-linux64.zip mv codeql codeql-cli export "PATH=~/codeql-home/codeql-cli/:$PATH" +echo "export PATH=~/codeql-home/codeql-cli/:$PATH" >> ~/.bashrc codeql resolve languages codeql resolve qlpacks -echo "export PATH=~/codeql-home/codeql-cli/:$PATH" >> ~/.bashrc \ No newline at end of file +codeql \ No newline at end of file |