Merge pull request #30 from ovh/centos

enh: packages-check.sh: add qrencode-libs for rhel/centos
This commit is contained in:
Stéphane Lesimple 2020-11-01 22:04:10 +01:00 committed by GitHub
commit 401e93941a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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