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