Skip to content

Commit

Permalink
Merge pull request #190 from shivammathur/develop
Browse files Browse the repository at this point in the history
Hotfix: Force install libicu64 for PHP 8.0
  • Loading branch information
shivammathur authored Feb 22, 2020
2 parents b46021d + ebe1c12 commit 03fd0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ setup_master() {
tar_file=php_"$version"%2Bubuntu"$(lsb_release -r -s)".tar.xz
install_dir=~/php/"$version"
sudo mkdir -m 777 -p ~/php
$apt_install libicu-dev >/dev/null 2>&1
update_ppa && $apt_install libicu64 libicu-dev >/dev/null 2>&1
curl -SLO https://dl.bintray.com/shivammathur/php/"$tar_file" >/dev/null 2>&1
sudo tar xf "$tar_file" -C ~/php >/dev/null 2>&1
rm -rf "$tar_file"
Expand Down

0 comments on commit 03fd0b8

Please sign in to comment.