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.
2 parents 4d92b03 + 16f0158 commit 70c828aCopy full SHA for 70c828a
install/hst-install-ubuntu.sh
@@ -555,10 +555,7 @@ rm -rf $HESTIA > /dev/null 2>&1
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
-
+software=$(echo "$software" | sed -e "s/apache2.2-common//")
562
if [ "$nginx" = 'no' ]; then
563
software=$(echo "$software" | sed -e "s/^nginx//")
564
fi
0 commit comments