Skip to content

Commit 13aa0aa

Browse files
committedSep 27, 2024
iot build
1 parent 87dfe1a commit 13aa0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ambari-server/src/main/resources/stack-hooks/before-INSTALL/scripts/shared_initialization.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def install_packages():
2929
if params.host_sys_prepped:
3030
return
3131

32-
packages = ['unzip', 'curl']
32+
packages = ['unzip', 'curl', 'wget', 'tar']
3333
if params.stack_version_formatted != "" and compare_versions(params.stack_version_formatted, '0.0.0') >= 0:
3434
stack_selector_package = stack_tools.get_stack_tool_package(stack_tools.STACK_SELECTOR_NAME)
3535
packages.append(stack_selector_package)

0 commit comments

Comments
 (0)