Skip to content

Commit e8b1b4b

Browse files
committed
install wget as dependency for Photon 4/5
1 parent 12f001f commit e8b1b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap-salt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6610,7 +6610,7 @@ install_vmware_photon_os_onedir_deps() {
66106610
__install_saltstack_vmware_photon_os_onedir_repository || return 1
66116611
fi
66126612

6613-
__PACKAGES="procps-ng sudo shadow"
6613+
__PACKAGES="procps-ng sudo shadow wget"
66146614

66156615
# shellcheck disable=SC2086
66166616
__tdnf_install_noinput ${__PACKAGES} || return 1

0 commit comments

Comments
 (0)