Parcourir la source

Install mcrypt for privatebin

Bob Mottram il y a 7 ans
Parent
révision
0c99738e51
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/freedombone-app-privatebin

+ 1
- 1
src/freedombone-app-privatebin Voir le fichier

@@ -297,7 +297,7 @@ function install_privatebin {
297 297
 
298 298
     apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
299 299
     apt-get -yq install memcached php-memcached php-intl exiftool libfcgi0ldbl
300
-    apt-get -yq install php-libsodium libsodium18
300
+    apt-get -yq install php-libsodium libsodium18 php-mcrypt
301 301
 
302 302
     if [ ! -d /var/www/$PRIVATEBIN_DOMAIN_NAME ]; then
303 303
         mkdir /var/www/$PRIVATEBIN_DOMAIN_NAME