mcrypt dependency for rss
This commit is contained in:
parent
2803095b7d
commit
02c888574c
|
@ -289,7 +289,8 @@ function install_rss_main {
|
|||
return
|
||||
fi
|
||||
|
||||
apt-get -y install php-gettext php5-curl php5-gd php5-mysql git curl php-xml-parser
|
||||
apt-get -y install php-gettext php5-curl php5-gd php5-mysql git
|
||||
apt-get -y install curl php-xml-parser php5-mcrypt
|
||||
|
||||
if [ ! -d /etc/share ]; then
|
||||
mkdir /etc/share
|
||||
|
|
Loading…
Reference in New Issue