Install libsodium for privatebin

This commit is contained in:
Bob Mottram 2018-01-10 21:17:00 +00:00
parent b7cc771576
commit 86ac7e00a9
1 changed files with 1 additions and 0 deletions

View File

@ -297,6 +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
if [ ! -d /var/www/$PRIVATEBIN_DOMAIN_NAME ]; then
mkdir /var/www/$PRIVATEBIN_DOMAIN_NAME