Skip to content

Commit

Permalink
Add optional intl extension
Browse files Browse the repository at this point in the history
  • Loading branch information
bytestream authored Jul 31, 2024
1 parent 70d7ccd commit 2ed86ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/linux/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ install_php() {
apt-get install -y "php${php_version}" "php${php_version}-fpm" "php${php_version}-dom" \
"php${php_version}-gd" "php${php_version}-mbstring" "php${php_version}-mysql" "php${php_version}-xml" \
"php${php_version}-curl" "php${php_version}-bcmath" "php${php_version}-ldap" "php${php_version}-imap" \
"php${php_version}-zip"
"php${php_version}-zip" "php${php_version}-intl"

configure_php_fpm www-data "/etc/php/${php_version}/fpm/pool.d/supportpal.conf"

Expand Down

0 comments on commit 2ed86ec

Please sign in to comment.