Skip to content

Commit

Permalink
Merge pull request #586 from BenediktMKuehne/fix-cve-reload
Browse files Browse the repository at this point in the history
remove unneeded resource
  • Loading branch information
m-1-k-3 committed Apr 17, 2023
2 parents c742314 + 4ccbfd1 commit 68f4c40
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 @@ -115,7 +115,7 @@ IF20_cve_search() {
echo -e "\\n""$MAGENTA""cve-search database not ready.""$NC"
fi
if [[ "$CVE_INST" -eq 1 ]]; then
wget --no-check-certificate -qO - https://www.mongodb.org/static/pgp/server-4.4.asc | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/mongodb.gpg > /dev/null
wget --no-check-certificate -qO https://www.mongodb.org/static/pgp/server-4.4.asc | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/mongodb.gpg > /dev/null
echo "deb [ signed-by=/etc/apt/trusted.gpg.d/mongodb.gpg ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.4.list
apt-get update -y
print_tool_info "mongodb-org" 1
Expand Down

0 comments on commit 68f4c40

Please sign in to comment.