1
0
mirror of https://github.com/tommytran732/Pterodactyl-Script synced 2024-09-07 18:23:30 -04:00

Update to redis 7.2

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-04-16 02:52:26 -04:00 committed by GitHub
parent dd14a64bac
commit 2305429c0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.