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 70eb793 commit d594404Copy full SHA for d594404
install/hst-install-debian.sh
@@ -762,7 +762,7 @@ fi
762
# Excluding packages
763
software=$(echo "$software" | sed -e "s/apache2.2-common//")
764
if [ "$nginx" = 'no' ]; then
765
- software=$(echo "$software" | sed -e "s/\bnginx\b/ /")
+ software=$(echo "$software" | sed -r -e 's/(\s|^)nginx(\s|$)/ /')
766
fi
767
if [ "$apache" = 'no' ]; then
768
software=$(echo "$software" | sed -e "s/apache2 //")
0 commit comments