Update install.sh

pull/109/head
midoks 5 years ago
parent b93c1cbc8b
commit 8a285c38ea
  1. 2
      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}

Loading…
Cancel
Save