mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 08:30:39 +00:00
fix installation for precise fix #85
This commit is contained in:
parent
c8cfe4300d
commit
0564872ca4
@ -141,7 +141,7 @@ add_epel_centos7() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
add_maria_db_repo() {
|
add_maria_db_repo() {
|
||||||
if [ "$OS" == "Ubuntu" ] && [ $VER=="utopic" ]; then
|
if [ "$OS" == "Ubuntu" ] && [ $OS_VER == "utopic" ]; then
|
||||||
return
|
return
|
||||||
elif [ "$OS" == "centos" ]; then
|
elif [ "$OS" == "centos" ]; then
|
||||||
echo Adding centos mariadb repo
|
echo Adding centos mariadb repo
|
||||||
@ -152,7 +152,7 @@ add_maria_db_repo() {
|
|||||||
add_debian_mariadb_repo
|
add_debian_mariadb_repo
|
||||||
|
|
||||||
elif [ "$OS" == "Ubuntu" ]; then
|
elif [ "$OS" == "Ubuntu" ]; then
|
||||||
echo Adding debian mariadb repo
|
echo Adding ubuntu mariadb repo
|
||||||
add_ubuntu_mariadb_repo
|
add_ubuntu_mariadb_repo
|
||||||
else
|
else
|
||||||
echo Unsupported Distribution
|
echo Unsupported Distribution
|
||||||
|
Loading…
Reference in New Issue
Block a user