Skip to content

Commit

Permalink
fix: Update package lists and setup prereqs before setting up script
Browse files Browse the repository at this point in the history
deps
  • Loading branch information
gavindsouza committed Sep 3, 2020
1 parent 1841b5f commit 550f55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,11 +464,11 @@ def parse_commandline_args():
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!")

0 comments on commit 550f55d

Please sign in to comment.