2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

Update setup_frappe.sh

This commit is contained in:
Pratik Vyas 2014-10-13 10:37:23 +05:30
parent ef6a59f5ad
commit 60754d2929

View File

@ -179,6 +179,8 @@ install_bench() {
exit 1
fi
sudo $PIP install -e /home/$FRAPPE_USER/bench-repo
# temp MariaDB fix
sudo bench patch mariadb-config
}
get_distro