Update install.sh

pull/598/head
Mr Chen 11 months ago
parent ade2809a72
commit d9d66fa6b4
  1. 2
      plugins/php-apt/install.sh

@ -100,7 +100,7 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php-apt/${type} ];then
if [ ! -f /usr/local/bin/composer ];then
cd /tmp
curl -sS https://getcomposer.org/installer | /usr/bin/php${type:0:1}.${type:1:2}
curl -sS https://getcomposer.org/installer | /usr/bin/php${apt_ver}
mv composer.phar /usr/local/bin/composer
fi

Loading…
Cancel
Save