mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 11:28:26 -06:00
Linux/FreeBSD: Make pcsclite a dependency of the packages and the generic installer
This commit is contained in:
@@ -1031,14 +1031,15 @@ fi
|
||||
|
||||
if [ "$PACKAGE_TYPE" = "tar" ]
|
||||
then
|
||||
if ! which fusermount >/dev/null 2>/dev/null || ! which dmsetup >/dev/null 2>/dev/null
|
||||
if ! which fusermount >/dev/null 2>/dev/null || ! which dmsetup >/dev/null 2>/dev/null || ! service pcscd status >/dev/null 2>/dev/null
|
||||
then
|
||||
show_message "$(cat <<_INFO
|
||||
Requirements for Running VeraCrypt:
|
||||
-----------------------------------
|
||||
|
||||
- FUSE library and tools
|
||||
- device mapper tools
|
||||
- device mapper tool
|
||||
- PC/SC Lite (optional)
|
||||
|
||||
_INFO
|
||||
)"
|
||||
|
||||
Reference in New Issue
Block a user