diff --git a/install/vst-install-ubuntu.sh b/install/vst-install-ubuntu.sh index 21f645bdd..bbd1d6e5e 100755 --- a/install/vst-install-ubuntu.sh +++ b/install/vst-install-ubuntu.sh @@ -553,7 +553,7 @@ if [ "$release" != "15.04" ] && [ "$release" != "15.04" ]; then fi if [ "$nginx" = 'no' ]; then - software=$(echo "$software" | sed -e "s/^nginx//") + software=$(echo "$software" | sed -e "s/ nginx/ /") fi if [ "$apache" = 'no' ]; then software=$(echo "$software" | sed -e "s/apache2 //")