Install mcrypt for privatebin
This commit is contained in:
parent
86ac7e00a9
commit
0c99738e51
|
@ -297,7 +297,7 @@ function install_privatebin {
|
||||||
|
|
||||||
apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
|
apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
|
||||||
apt-get -yq install memcached php-memcached php-intl exiftool libfcgi0ldbl
|
apt-get -yq install memcached php-memcached php-intl exiftool libfcgi0ldbl
|
||||||
apt-get -yq install php-libsodium libsodium18
|
apt-get -yq install php-libsodium libsodium18 php-mcrypt
|
||||||
|
|
||||||
if [ ! -d /var/www/$PRIVATEBIN_DOMAIN_NAME ]; then
|
if [ ! -d /var/www/$PRIVATEBIN_DOMAIN_NAME ]; then
|
||||||
mkdir /var/www/$PRIVATEBIN_DOMAIN_NAME
|
mkdir /var/www/$PRIVATEBIN_DOMAIN_NAME
|
||||||
|
|
Loading…
Reference in New Issue