2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-22 20:19:01 +00:00

clone to bench-repo, fix #11

This commit is contained in:
Pratik Vyas 2014-07-21 12:06:24 +05:30
parent 36e1ed3ed9
commit ec48988aa8

View File

@ -164,7 +164,7 @@ add_ius_repo() {
}
install_bench() {
sudo su $FRAPPE_USER -c "cd /home/$FRAPPE_USER && git clone --branch develop https://github.com/frappe/bench"
sudo su $FRAPPE_USER -c "cd /home/$FRAPPE_USER && git clone --branch develop https://github.com/frappe/bench bench-repo"
if hash pip-2.7; then
PIP="pip-2.7"
elif hash pip2.7; then
@ -177,7 +177,7 @@ install_bench() {
echo PIP not installed
exit 1
fi
sudo $PIP install /home/$FRAPPE_USER/bench
sudo $PIP install /home/$FRAPPE_USER/bench-repo
}
get_distro