fix: use python for installer script (#1178)

This commit is contained in:
Revant Nandgaonkar
2023-07-11 17:18:11 +05:30
committed by GitHub
parent d60e32bce7
commit d5aae2097d
5 changed files with 233 additions and 190 deletions

View File

@@ -1,15 +1,6 @@
{
"client_name": [
{
"name": "frappe",
"branch": "develop",
"upstream": "git@github.com:frappe/frappe.git",
"fork": "[your fork]"
},
{
"name": "erpnext",
"branch": "develop",
"upstream": "git@github.com:frappe/erpnext.git"
}
]
}
[
{
"url": "https://github.com/frappe/erpnext.git",
"branch": "version-14"
}
]