FusionPBX пре 6 година
родитељ
комит
1eafc19cbd
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      devuan/resources/nginx.sh

+ 2 - 2
devuan/resources/nginx.sh

@@ -57,10 +57,10 @@ fi
 #install dependencies
 apt-get install -y -q nginx
 if [ ."$php_version" = ."5" ]; then
-        apt-get install -y -q php5 php5-cli php5-fpm php5-pgsql php5-sqlite php5-odbc php5-curl php5-imap php5-mcrypt
+        apt-get install -y -q php5 php5-cli php5-fpm php5-pgsql php5-sqlite php5-odbc php5-curl php5-imap
 fi
 if [ ."$php_version" = ."7" ]; then
-        apt-get install -y -q php7.0 php7.0-cli php7.0-fpm php7.0-pgsql php7.0-sqlite3 php7.0-odbc php7.0-curl php7.0-imap php7.0-mcrypt php7.0-xml
+        apt-get install -y -q php7.0 php7.0-cli php7.0-fpm php7.0-pgsql php7.0-sqlite3 php7.0-odbc php7.0-curl php7.0-imap php7.0-xml
 fi
 
 #enable fusionpbx nginx config