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