Skip to content

Commit

Permalink
Fix: Use same libcurl variant as OpenVAS Scanner
Browse files Browse the repository at this point in the history
Use libcurl in the GnuTLS flavor to have the same variant as used by the
OpenVAS Scanner install docs.

https://forum.greenbone.net/t/openvas-scanner-and-gvm-libs-dependencies-conflict/20115
  • Loading branch information
bjoernricks committed Jan 15, 2025
1 parent 61103ff commit e48faf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/install-dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# This script installs openvas-smb-dependencies.
# This script installs gvm-libs dependencies
set -ex
apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Install prerequisites on Debian stable:
apt-get install \
cmake \
libcjson-dev \
libcurl4-openssl-dev \
libcurl4-gnutls-dev \
libgcrypt-dev \
libglib2.0-dev \
libgnutls28-dev \
Expand Down

0 comments on commit e48faf3

Please sign in to comment.