From 84f0f00a86283fa68080d1244065ac4c7ecb4e95 Mon Sep 17 00:00:00 2001 From: qtwrk Date: Sun, 27 Sep 2020 19:33:52 +0200 Subject: [PATCH] fix redis not installed centos 8 --- cyberpanel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyberpanel.sh b/cyberpanel.sh index 73632af08..bb68ceeb0 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -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