Browse Source
Update debian_ubuntu.install
fix missing libssl-dev on syscheck
pull/57/head
Gorgone
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
support/os/debian_ubuntu.install
|
|
@ -51,6 +51,9 @@ do |
|
|
|
crypto.h) |
|
|
|
inst="libssl-dev"; |
|
|
|
;; |
|
|
|
opensslconf.h) |
|
|
|
inst="libssl-dev"; |
|
|
|
;; |
|
|
|
libusb.h) |
|
|
|
inst="libusb-1.0.0-dev"; |
|
|
|
;; |
|
|
|