From 202790367d4902f70b4e4fe538ac7f6dc267ec3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Sun, 1 Nov 2020 19:45:42 +0100 Subject: [PATCH] enh: packages-check.sh: add qrencode-libs for rhel/centos This enables direct printing of the qrcode on the terminal for TOTP enrollment --- bin/admin/packages-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/admin/packages-check.sh b/bin/admin/packages-check.sh index 41edd46..f9721e0 100755 --- a/bin/admin/packages-check.sh +++ b/bin/admin/packages-check.sh @@ -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