Skip to content

Commit

Permalink
Merge pull request #899 from BenediktMKuehne/cvexplorefromgit
Browse files Browse the repository at this point in the history
switch pip install for cvexplore to git repo
  • Loading branch information
m-1-k-3 authored Nov 21, 2023
2 parents 41c0359 + 009b84d commit 376960c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installer/IF20_cve_search.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ IF20_cve_search() {
pip_install "dnspython==2.2.1"
pip_install "Werkzeug"
pip_install "python-dateutil"
pip_install "CveXplore"
# pip_install "CveXplore"
pip_install "git+https://github.com/cve-search/CveXplore"

REDIS_PW="$(tr -dc A-Za-z0-9 </dev/urandom | head -c 13 || true)"

Expand Down

0 comments on commit 376960c

Please sign in to comment.