Update install.sh

This commit is contained in:
Mr Chen 2023-11-24 16:27:45 +08:00
parent ed13ee1645
commit ecad324fc6
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ if [ ! -d $sourcePath/php/php${PHP_VER} ];then
fi
#检测文件是否损坏.
# md5_file_ok=29af82e4f7509831490552918aad502697453f0869a579ee1b80b08f9112c5b8
# md5_file_ok=1db84fec57125aa93638b51bb2b15103e12ac196e2f960f0d124275b2687ea54
# if [ -f $sourcePath/php/php-${version}.tar.xz ];then
# md5_file=`sha256sum $sourcePath/php/php-${version}.tar.xz | awk '{print $1}'`
# if [ "${md5_file}" != "${md5_file_ok}" ]; then