Update install.sh

pull/109/head
Mr Chen 6 years ago
parent 93c6e78600
commit 787a8dd7ad
  1. 2
      plugins/php/versions/56/install.sh

@ -19,7 +19,7 @@ mkdir -p $sourcePath/php
mkdir -p $serverPath/php
if [ ! -f $sourcePath/php/php-5.6.36.tar.xz ];then
wget -O $sourcePath/php/php-5.6.36.tar.xz https://museum.php.net/php5/php-5.6.36.tar.xz
wget --no-check-certificate -O $sourcePath/php/php-5.6.36.tar.xz https://museum.php.net/php5/php-5.6.36.tar.xz
fi
if [ ! -d $sourcePath/php/php-5.6.36 ];then

Loading…
Cancel
Save