Skip to content
Snippets Groups Projects
Commit 0c99738e authored by Bob Mottram's avatar Bob Mottram
Browse files

Install mcrypt for privatebin

parent 86ac7e00
No related branches found
No related tags found
No related merge requests found
......@@ -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 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
mkdir /var/www/$PRIVATEBIN_DOMAIN_NAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment