Run install.py with modified playbooks roles

I modified playbooks/roles/ in my own fork of bench repo (to add some repo archs), but how do I get install.py to use my modified roles?

I changed line 202 of install.py to that of my repo’s:

repo_url = args.repo_url or 'https://github.com/frappe/bench'

I’m not sure if this is correct, I’ll update this post with the results and mark as solved if it’s correct.

1 Like