Update install.sh

pull/503/head
midoks 2 years ago
parent 9c2129e638
commit d8123d9350
  1. 2
      plugins/php/versions/83/install.sh

@ -52,7 +52,7 @@ if [ ! -d $sourcePath/php/php${PHP_VER} ];then
if [ ! -f $sourcePath/php/php-${version}.tar.xz ];then
wget --no-check-certificate -O $sourcePath/php/php-${version}.tar.xz https://downloads.php.net/~eric/php-${version}.tar.xz
wget --no-check-certificate -O $sourcePath/php/php-${version}.tar.xz https://downloads.php.net/~jakub/php-${version}.tar.xz
fi
#检测文件是否损坏.

Loading…
Cancel
Save