mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fixing shell command
This commit is contained in:
parent
7fcff0adee
commit
5c9cf3c60b
@ -32,7 +32,7 @@ before_script:
|
||||
php -m;
|
||||
pecl config-show;
|
||||
which pecl;
|
||||
pecl config-show|grep /5.6|cut -c 32-|sed 's/5\.6\.[0-9]*/'$(phpenv version-name)'5.4.45/g'|xargs -t -L 1 pecl config-set;
|
||||
pecl config-show|grep /5.6|cut -c 32-|sed "s/5\.6\.[0-9]*/$(phpenv version-name)/g"|xargs -t -L 1 pecl config-set;
|
||||
pecl config-show;
|
||||
yes "" | pecl install memcache;
|
||||
yes "" | pecl install apcu-4.0.11;
|
||||
|
Loading…
Reference in New Issue
Block a user