Browse Source

Update hst-install-ubuntu.sh

Alexandros Ioannides 7 years ago
parent
commit
16f015836c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      install/hst-install-ubuntu.sh

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

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