mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
No apache2.2-common in old Ubuntu
This commit is contained in:
parent
ad138d681c
commit
0c0b039d84
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue