Browse Source

Update debian_ubuntu.install

fix missing libssl-dev on syscheck
pull/57/head
Gorgone 4 years ago
committed by GitHub
parent
commit
5227359883
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      support/os/debian_ubuntu.install

3
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";
;;

Loading…
Cancel
Save