enh: packages-check.sh: add qrencode-libs for rhel/centos

This enables direct printing of the qrcode on the terminal for TOTP enrollment
This commit is contained in:
Stéphane Lesimple 2020-11-01 19:45:42 +01:00
parent d757251fc9
commit 202790367d

View file

@ -70,7 +70,7 @@ elif echo "$DISTRO_LIKE" | grep -q -w rhel; then
perl-libwww-perl perl-Digest perl-Net-Server cryptsetup mosh \
expect openssh-server nc bash perl-CGI perl(Test::More) passwd \
cracklib-dicts perl-Time-Piece perl-Time-HiRes which \
perl-Sys-Syslog pamtester google-authenticator"
perl-Sys-Syslog pamtester google-authenticator qrencode-libs"
if [ "$DISTRO_VERSION_MAJOR" = 7 ]; then
wanted_list="$wanted_list fortune-mod coreutils"
fi