diff --git a/install/vst-install-ubuntu.sh b/install/vst-install-ubuntu.sh index 19a30caff..0b01c94d7 100755 --- a/install/vst-install-ubuntu.sh +++ b/install/vst-install-ubuntu.sh @@ -489,6 +489,10 @@ rm -rf /usr/local/vesta > /dev/null 2>&1 #----------------------------------------------------------# # Excluding packages +if [ "$release" != "15.04" ] && [ "$release" != "15.04" ]; then + software=$(echo "$software" | sed -e "s/apache2.2-common//") +fi + if [ "$nginx" = 'no' ]; then software=$(echo "$software" | sed -e "s/^nginx//") fi