Skip to content

Commit 0c0b039

Browse files
committed
No apache2.2-common in old Ubuntu
1 parent ad138d6 commit 0c0b039

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install/vst-install-ubuntu.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,10 @@ rm -rf /usr/local/vesta > /dev/null 2>&1
489489
#----------------------------------------------------------#
490490

491491
# Excluding packages
492+
if [ "$release" != "15.04" ] && [ "$release" != "15.04" ]; then
493+
software=$(echo "$software" | sed -e "s/apache2.2-common//")
494+
fi
495+
492496
if [ "$nginx" = 'no' ]; then
493497
software=$(echo "$software" | sed -e "s/^nginx//")
494498
fi

0 commit comments

Comments
 (0)