Added Ubuntu 13.10 support

This commit is contained in:
Serghey Rodin 2013-12-28 16:01:40 +02:00
commit c2f4595410
2 changed files with 37 additions and 12 deletions

View file

@ -2,6 +2,14 @@
# Vesta installation wrapper
# http://vestacp.com
#
# Currently Supported Operating Systems:
#
# RHEL 5, RHEL 6
# CentOS 5, CentOS 6
# Debian 7
# Ubuntu LTS, Ubuntu 13.04, Ubuntu 13.10
#
# Am I root?
if [ "x$(id -u)" != 'x0' ]; then