diff --git a/install_scripts/erpnext-apps.json b/install_scripts/erpnext-apps.json new file mode 100644 index 00000000..484bdf04 --- /dev/null +++ b/install_scripts/erpnext-apps.json @@ -0,0 +1,10 @@ +[ + { + "url":"https://github.com/frappe/erpnext", + "name":"erpnext" + }, + { + "url":"https://github.com/frappe/shopping-cart", + "name":"shopping_cart" + } +]