From a65980a78d697c6edf295d0b24fc62da1094bf18 Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Tue, 11 Nov 2014 10:53:29 +0530 Subject: [PATCH] install bench from master --- install_scripts/setup_frappe.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install_scripts/setup_frappe.sh b/install_scripts/setup_frappe.sh index 6c6fdada..06fc3454 100644 --- a/install_scripts/setup_frappe.sh +++ b/install_scripts/setup_frappe.sh @@ -294,8 +294,7 @@ setup_debconf() { } install_bench() { - echo WARNING BENCH INSTALLING FROM ANOTHER BRANCH - run_cmd sudo su $FRAPPE_USER -c "cd /home/$FRAPPE_USER && git clone https://github.com/frappe/bench --branch v0.9wip bench-repo" + run_cmd sudo su $FRAPPE_USER -c "cd /home/$FRAPPE_USER && git clone https://github.com/frappe/bench bench-repo" if hash pip-2.7; then PIP="pip-2.7" elif hash pip2.7; then