fix redis not installed centos 8

This commit is contained in:
qtwrk
2020-09-27 19:33:52 +02:00
committed by GitHub
parent c01d3f7e9b
commit 84f0f00a86

View File

@@ -548,7 +548,7 @@ fi
redis_installation() {
if [[ $SERVER_OS == "CentOS" ]] ; then
yum install -y lsphp74-redis lsphp73-redis lsphp72-redis lsphp71-redis lsphp70-redis lsphp56-redis lsphp55-redis lsphp54-redis redis
yum install -y lsphp??-redis redis
fi
if [[ $SERVER_OS == "Ubuntu" ]] ; then
DEBIAN_FRONTEND=noninteractive apt install -y lsphp74-redis