We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6869301 commit 172ac3eCopy full SHA for 172ac3e
static/redis-server-ubuntu16.sh
@@ -45,7 +45,7 @@ sudo apt install -q -y \
45
php-pear
46
47
# Install PHPmodule
48
-if ! pecl install -Z redis
+if ! yes '' | pecl install -Z redis
49
then
50
msg_box "PHP module installation failed"
51
exit 1
0 commit comments