Browse Source

Install libsodium for privatebin

Bob Mottram 7 years ago
parent
commit
86ac7e00a9
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-app-privatebin

+ 1
- 0
src/freedombone-app-privatebin View File

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