From 8a285c38ea26b6c9121c99db7ff9ccf2cfc46735 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 26 Sep 2020 18:50:06 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/52/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/52/install.sh b/plugins/php/versions/52/install.sh index 70de9303a..c9c867abc 100755 --- a/plugins/php/versions/52/install.sh +++ b/plugins/php/versions/52/install.sh @@ -35,7 +35,7 @@ if [ ! -d $sourcePath/php/php${PHP_VER} ];then fi - cd $sourcePath/php && tar -zxvf $sourcePath/php/php-${version}.tar.xz + cd $sourcePath/php && tar -zxvf $sourcePath/php/php-${version}.tar.gz mv $sourcePath/php/php-${version} $sourcePath/php/php${PHP_VER}