|
|
@@ -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
|