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:
parent
0fb4b76aee
commit
a65980a78d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user