@@ -8312,6 +8312,9 @@ function install_rss_reader {
apt-get -y install php-gettext php5-curl php5-gd php5-mysql git curl php-xml-parser
+ if [ ! -d /etc/share ]; then
+ mkdir /etc/share
+ fi
git_clone $RSS_READER_REPO $RSS_READER_PATH
if [ ! -d $RSS_READER_PATH ]; then
echo $'Could not clone RSS reader repo'