Mettre à jour 'memcached.sh'

This commit is contained in:
virtubox 2016-12-09 05:28:18 +00:00
parent 54561936ea
commit 9f498958d7
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
apt-get update && apt-get install gcc make autoconf libc-dev pkg-config plesk-php70-dev gcc make autoconf libc-dev pkg-config zlib1g-dev libmemcached-dev unzip -y &>/dev/null
apt-get update && apt-get install gcc make autoconf libc-dev pkg-config plesk-php70-dev zlib1g-dev libmemcached-dev unzip -y &>/dev/null
cd /opt/plesk/php/7.0/include/php/ext
wget -O phpmemcached-php7.zip https://github.com/php-memcached-dev/php-memcached/archive/php7.zip
unzip phpmemcached-php7.zip