Browse Source

Update hst-install-ubuntu.sh

Alexandros Ioannides 7 years ago
parent
commit
afb35cceb8
1 changed files with 0 additions and 5 deletions
  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                     #
 #                     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
 if [ "$nginx" = 'no'  ]; then
     software=$(echo "$software" | sed -e "s/^nginx//")
     software=$(echo "$software" | sed -e "s/^nginx//")
 fi
 fi