Skip to content

Commit afb35cc

Browse files
Update hst-install-ubuntu.sh
1 parent b061002 commit afb35cc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

install/hst-install-ubuntu.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -554,11 +554,6 @@ rm -rf $HESTIA > /dev/null 2>&1
554554
# Package Excludes #
555555
#----------------------------------------------------------#
556556

557-
# Excluding packages
558-
if [ "$release" != "15.04" ] && [ "$release" != "15.04" ]; then
559-
software=$(echo "$software" | sed -e "s/apache2.2-common//")
560-
fi
561-
562557
if [ "$nginx" = 'no' ]; then
563558
software=$(echo "$software" | sed -e "s/^nginx//")
564559
fi

0 commit comments

Comments
 (0)