mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-15 14:50:56 +08:00
6 lines
168 B
Bash
Executable File
6 lines
168 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
if [ $(phpenv version-name) = '5.4' ] || [ $(phpenv version-name) = '5.5' ] || [ $(phpenv version-name) = '5.6' ]; then
|
|
yes '' | pecl install imagick
|
|
fi
|