Update install.sh
This commit is contained in:
parent
ed13ee1645
commit
ecad324fc6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue