From a2706fb4aa993783dcadd03a135f277e20edf842 Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Wed, 28 Mar 2018 12:08:42 +0530 Subject: [PATCH] minor fix --- vm/scripts/debian_family/install_erpnext_develop.sh | 2 +- vm/scripts/debian_family/install_erpnext_production.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vm/scripts/debian_family/install_erpnext_develop.sh b/vm/scripts/debian_family/install_erpnext_develop.sh index 59b3ee12..5e060fe4 100644 --- a/vm/scripts/debian_family/install_erpnext_develop.sh +++ b/vm/scripts/debian_family/install_erpnext_develop.sh @@ -4,5 +4,5 @@ apt-get install -y curl git wget vim python-dev gcc # Install ERPNext -wget https://raw.githubusercontent.com/codingCoffee/bench/master/playbooks/install.py +wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py sudo python install.py --develop --user frappe --mysql-root-password frappe --admin-password frappe \ No newline at end of file diff --git a/vm/scripts/debian_family/install_erpnext_production.sh b/vm/scripts/debian_family/install_erpnext_production.sh index 006d4da6..58750b12 100644 --- a/vm/scripts/debian_family/install_erpnext_production.sh +++ b/vm/scripts/debian_family/install_erpnext_production.sh @@ -4,5 +4,5 @@ apt-get install -y curl git wget vim python-dev gcc # Install ERPNext -wget https://raw.githubusercontent.com/codingCoffee/bench/master/playbooks/install.py +wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py sudo python install.py --production --user frappe --mysql-root-password frappe --admin-password frappe \ No newline at end of file