fix(slink): enable PHP-FPM via PHP_FPM=YES in setup_php
This commit is contained in:
@@ -20,7 +20,7 @@ $STD apt install -y \
|
|||||||
git
|
git
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
PHP_VERSION="8.5" setup_php
|
PHP_VERSION="8.5" PHP_FPM="YES" setup_php
|
||||||
|
|
||||||
setup_composer
|
setup_composer
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user