mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
Merge pull request #269 from vjFaLk/branch-fix
[fix] branch for bench-repo
This commit is contained in:
commit
9ccc39fe75
@ -49,10 +49,10 @@ Open your Terminal and enter:
|
||||
|
||||
```
|
||||
# Linux:
|
||||
wget https://raw.githubusercontent.com/frappe/bench/develop/playbooks/install.py
|
||||
wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
|
||||
|
||||
# Mac OSX:
|
||||
curl "https://raw.githubusercontent.com/frappe/bench/develop/playbooks/install.py" -o install.py
|
||||
curl "https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py" -o install.py
|
||||
|
||||
# For development
|
||||
sudo python install.py --develop
|
||||
|
2
playbooks/install.py
Normal file → Executable file
2
playbooks/install.py
Normal file → Executable file
@ -127,7 +127,7 @@ def clone_bench_repo(args):
|
||||
if os.path.exists(tmp_bench_repo):
|
||||
return 0
|
||||
|
||||
branch = args.bench_branch or 'develop'
|
||||
branch = args.bench_branch or 'master'
|
||||
repo_url = args.repo_url or 'https://github.com/frappe/bench'
|
||||
|
||||
success = run_os_command(
|
||||
|
Loading…
Reference in New Issue
Block a user