php7 is new default for ubuntu 16.04

pull/10126/head
Vijay Pai 8 years ago
parent 649c95eadc
commit 9b2a91306b
  1. 2
      tools/gce/linux_performance_worker_init.sh

@ -130,7 +130,7 @@ gem install bundler
# PHP dependencies # PHP dependencies
sudo apt-get install -y php5 php5-dev phpunit php-pear unzip zlib1g-dev sudo apt-get install -y php php-dev phpunit php-pear unzip zlib1g-dev
curl -sS https://getcomposer.org/installer | php curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer sudo mv composer.phar /usr/local/bin/composer

Loading…
Cancel
Save