We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff5eb4 commit 9eac550Copy full SHA for 9eac550
2 files changed
install/hst-install-debian.sh
@@ -723,7 +723,7 @@ fi
723
# Excluding packages
724
software=$(echo "$software" | sed -e "s/apache2.2-common//")
725
if [ "$nginx" = 'no' ]; then
726
- software=$(echo "$software" | sed -e "s/^nginx//")
+ software=$(echo "$software" | sed -e "s/\bnginx\b/ /")
727
fi
728
if [ "$apache" = 'no' ]; then
729
software=$(echo "$software" | sed -e "s/apache2 //")
install/hst-install-ubuntu.sh
@@ -685,7 +685,7 @@ fi
685
686
687
688
689
690
691
0 commit comments