We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b061002 commit afb35ccCopy full SHA for afb35cc
install/hst-install-ubuntu.sh
@@ -554,11 +554,6 @@ rm -rf $HESTIA > /dev/null 2>&1
554
# Package Excludes #
555
#----------------------------------------------------------#
556
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
-
562
if [ "$nginx" = 'no' ]; then
563
software=$(echo "$software" | sed -e "s/^nginx//")
564
fi
0 commit comments