From 97c05542d6587927c07055c969accd6f6a3cd56a Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 14 Apr 2025 09:23:09 +0200 Subject: [PATCH] add missing redis dependency --- install/paymenter-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/paymenter-install.sh b/install/paymenter-install.sh index 55eca91e7..ebded291b 100644 --- a/install/paymenter-install.sh +++ b/install/paymenter-install.sh @@ -36,7 +36,7 @@ msg_info "Installing PHP" $STD apt-get remove -y php8.2* $STD apt-get install -y \ php8.3 \ - php8.3-{common,cli,gd,mysql,mbstring,bcmath,xml,curl,zip,intl,fpm} + php8.3-{common,cli,gd,mysql,mbstring,bcmath,xml,curl,zip,intl,fpm,redis} msg_info "Installed PHP" msg_info "Installing Composer"