Merge "Use mysql in Ubuntu 12.04 (precise)"
This commit is contained in:
commit
a74ae5d713
@ -142,7 +142,7 @@ EOF
|
||||
fi
|
||||
# Install mysql-server
|
||||
if is_ubuntu || is_fedora; then
|
||||
if [[ $DISTRO =~ (rhel6) ]]; then
|
||||
if [[ $DISTRO =~ (rhel6|precise) ]]; then
|
||||
install_package mysql-server
|
||||
else
|
||||
install_package mariadb-server
|
||||
|
Loading…
x
Reference in New Issue
Block a user