aports/community/libu2f-host/libu2f-host.pre-install

13 lines
165 B
Bash

#!/bin/sh
addgroup -S plugdev 2>/dev/null
cat <<EOF
*
* To use U2F USB tokens (such as YubiKey), regular users must be members of
* 'plugdev' group.
*
EOF
exit 0