2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-12 00:06:36 +00:00

fix: Update package lists and setup prereqs before setting up script

deps
This commit is contained in:
Gavin D'souza 2020-09-03 12:46:28 +05:30
parent 1841b5fa9c
commit 550f55d146

View File

@ -464,11 +464,11 @@ if __name__ == '__main__':
with warnings.catch_warnings():
warnings.simplefilter("ignore")
setup_log_stream(args)
install_prerequisites()
setup_script_requirements()
check_distribution_compatibility()
check_system_package_managers()
check_environment()
install_prerequisites()
install_bench(args)
log("Bench + Frappe + ERPNext has been successfully installed!")