Alexandros Ioannides 7 лет назад
Родитель
Сommit
afb35cceb8
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      install/hst-install-ubuntu.sh

+ 0 - 5
install/hst-install-ubuntu.sh

@@ -554,11 +554,6 @@ rm -rf $HESTIA > /dev/null 2>&1
 #                     Package Excludes                     #
 #----------------------------------------------------------#
 
-# Excluding packages
-if [ "$release" != "15.04" ] && [ "$release" != "15.04" ]; then
-    software=$(echo "$software" | sed -e "s/apache2.2-common//")
-fi
-
 if [ "$nginx" = 'no'  ]; then
     software=$(echo "$software" | sed -e "s/^nginx//")
 fi