Browse Source
Update _sys_check
fix missing libssl-dev on syscheck
pull/57/head
Gorgone
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
support/functions/_sys_check
|
|
@ -132,7 +132,7 @@ fi |
|
|
|
|
|
|
|
unset binvars; unset headervars; unset libvars; |
|
|
|
[ -z ${3+x} ] && binvars=( dialog grep gawk wget tar bzip2 svn xz upx patch gcc make scp sshpass openssl dos2unix ) || binvars=( $(echo "$3" | tr ' ' '\n') ) |
|
|
|
[ -z ${4+x} ] && headervars=( crypto.h libusb.h pcsclite.h pthread.h ) || headervars=( $(echo "$4" | tr ' ' '\n') ) |
|
|
|
[ -z ${4+x} ] && headervars=( crypto.h libusb.h pcsclite.h pthread.h opensslconf.h ) || headervars=( $(echo "$4" | tr ' ' '\n') ) |
|
|
|
[ -z ${5+x} ] && libvars=( libccidtwin.so ) || libvars=( $(echo "$5" | tr ' ' '\n') ) |
|
|
|
sanity=1 |
|
|
|
|
|
|
|