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 ad138d6 commit 0c0b039Copy full SHA for 0c0b039
install/vst-install-ubuntu.sh
@@ -489,6 +489,10 @@ rm -rf /usr/local/vesta > /dev/null 2>&1
489
#----------------------------------------------------------#
490
491
# Excluding packages
492
+if [ "$release" != "15.04" ] && [ "$release" != "15.04" ]; then
493
+ software=$(echo "$software" | sed -e "s/apache2.2-common//")
494
+fi
495
+
496
if [ "$nginx" = 'no' ]; then
497
software=$(echo "$software" | sed -e "s/^nginx//")
498
fi
0 commit comments