From 2305429c0df7edf1b2d317c224089d5293d234eb Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 16 Apr 2023 02:52:26 -0400 Subject: [PATCH] Update to redis 7.2 Signed-off-by: Tommy --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index eeb77de..823f895 100644 --- a/install.sh +++ b/install.sh @@ -154,7 +154,7 @@ install_dependencies(){ dnf module install -y composer:2/common - dnf module install -y redis:remi-7.0/common + dnf module install -y redis:remi-7.2/common systemctl enable --now redis #Adding upstream repo because RHEL's version is extremely oudated.