mirror of
https://github.com/ovh/the-bastion.git
synced 2024-12-28 11:13:10 +08:00
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:
parent
d757251fc9
commit
202790367d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue