Skip to content

Commit 03fd0b8

Browse files
authored
Merge pull request #190 from shivammathur/develop
Hotfix: Force install libicu64 for PHP 8.0
2 parents b46021d + ebe1c12 commit 03fd0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ setup_master() {
199199
tar_file=php_"$version"%2Bubuntu"$(lsb_release -r -s)".tar.xz
200200
install_dir=~/php/"$version"
201201
sudo mkdir -m 777 -p ~/php
202-
$apt_install libicu-dev >/dev/null 2>&1
202+
update_ppa && $apt_install libicu64 libicu-dev >/dev/null 2>&1
203203
curl -SLO https://dl.bintray.com/shivammathur/php/"$tar_file" >/dev/null 2>&1
204204
sudo tar xf "$tar_file" -C ~/php >/dev/null 2>&1
205205
rm -rf "$tar_file"

0 commit comments

Comments
 (0)