0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-06 14:35:32 +00:00

fix(packaging): fix installing libcurl_dev on FreeBSD ()

This commit is contained in:
Ilya Mashchenko 2024-10-22 17:54:57 +03:00 committed by GitHub
parent ed2c616434
commit fb6cf45661
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -843,6 +843,7 @@ declare -A pkg_libcurl_dev=(
['gentoo']="net-misc/curl"
['ubuntu']="libcurl4-openssl-dev"
['macos']="curl"
['freebsd']="curl"
['default']="libcurl-devel"
)