1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-21 17:28:06 +00:00

add missing redis dependency

This commit is contained in:
CanbiZ 2025-04-14 09:23:09 +02:00
parent 20e5b1a2bf
commit 97c05542d6

View File

@ -36,7 +36,7 @@ msg_info "Installing PHP"
$STD apt-get remove -y php8.2* $STD apt-get remove -y php8.2*
$STD apt-get install -y \ $STD apt-get install -y \
php8.3 \ 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 "Installed PHP"
msg_info "Installing Composer" msg_info "Installing Composer"