Re-enabled Ubuntu 13.04 support. Fixes #110.

This commit is contained in:
Pedro Algarvio 2013-04-18 11:00:11 +01:00
parent 4359da95cc
commit 3b76846545
3 changed files with 4 additions and 6 deletions

View file

@ -4,6 +4,9 @@ Version 1.5.X:
* Distro Support Fixed:
* FreeBSD (Don't let the script fail if PACKAGESITE is not
set)
* Distro Support Added:
* Ubuntu 13.04 (Was disabled because of a bad beta1. Fixed in
beta2)
Version 1.5.3:

View file

@ -201,7 +201,7 @@ supported versions or variants should not be made, to avoid failed or broken ins
Supported Operating Systems
---------------------------
- Ubuntu 10.x/11.x/12.x
- Ubuntu 10.x/11.x/12.x/13.04
- Debian 6.x/7(git installs)
- CentOS 5/6
- Red Hat 5/6

View file

@ -923,11 +923,6 @@ install_ubuntu_11_10_deps() {
return 0
}
install_ubuntu_13_deps() {
echoerror "Ubuntu 13.X Support is not yet available. Please file a ticket if you really need it."
return 1
}
install_ubuntu_git_deps() {
install_ubuntu_deps || return 1
__apt_get_noinput git-core python-yaml python-m2crypto python-crypto \