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

install bench from master

This commit is contained in:
Pratik Vyas 2014-11-11 10:53:29 +05:30
parent 0fb4b76aee
commit a65980a78d

View File

@ -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