lib/mixlib/install/generator/bourne.rb in mixlib-install-3.5.1 vs lib/mixlib/install/generator/bourne.rb in mixlib-install-3.6.0
- old
+ new
@@ -25,10 +25,11 @@
install_command = []
install_command << get_script("helpers.sh", context)
install_command << get_script("script_cli_parameters.sh")
install_command << get_script("check_product.sh")
install_command << get_script("platform_detection.sh")
+ install_command << get_script("proxy_env.sh")
install_command << get_script("fetch_metadata.sh", context)
install_command << get_script("fetch_package.sh")
install_command << get_script("install_package.sh")
install_command.join("\n\n")
end
@@ -45,9 +46,10 @@
install_command = []
install_command << get_script("helpers.sh", user_agent_headers: options.user_agent_headers)
install_command << render_variables
install_command << get_script("check_product.sh")
install_command << get_script("platform_detection.sh")
+ install_command << get_script("proxy_env.sh")
install_command << get_script("fetch_metadata.sh")
install_command << get_script("fetch_package.sh")
install_command << get_script("install_package.sh")
install_command.join("\n\n")