Skip to content

Commit

Permalink
switch pip install for cvexplore to git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMKuehne committed Nov 21, 2023
1 parent 41c0359 commit 202a300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/IF20_cve_search.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ IF20_cve_search() {
pip_install "dnspython==2.2.1"
pip_install "Werkzeug"
pip_install "python-dateutil"
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 202a300

Please sign in to comment.