2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-09 16:36:25 +00:00

clone default branch for bench repo

This commit is contained in:
Pratik Vyas 2014-07-24 14:37:52 +05:30
parent fadc3336be
commit d892ca3297

View File

@ -165,7 +165,7 @@ add_ius_repo() {
} }
install_bench() { install_bench() {
sudo su $FRAPPE_USER -c "cd /home/$FRAPPE_USER && git clone --branch develop https://github.com/frappe/bench bench-repo" sudo su $FRAPPE_USER -c "cd /home/$FRAPPE_USER && git clone https://github.com/frappe/bench bench-repo"
if hash pip-2.7; then if hash pip-2.7; then
PIP="pip-2.7" PIP="pip-2.7"
elif hash pip2.7; then elif hash pip2.7; then