fix(slink): enable PHP-FPM via PHP_FPM=YES in setup_php

This commit is contained in:
MickLesk
2026-04-03 21:16:38 +02:00
parent bd322262f2
commit daf3a5ce6e

View File

@@ -20,7 +20,7 @@ $STD apt install -y \
git
msg_ok "Installed Dependencies"
PHP_VERSION="8.5" setup_php
PHP_VERSION="8.5" PHP_FPM="YES" setup_php
setup_composer