mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Added gcc for Photon git deps
This commit is contained in:
parent
138b4ec78b
commit
8ee4de5ca4
1 changed files with 5 additions and 0 deletions
|
@ -6581,10 +6581,15 @@ install_photon_git_deps() {
|
|||
if ! __check_command_exists ps; then
|
||||
__PACKAGES="${__PACKAGES} procps-ng"
|
||||
fi
|
||||
|
||||
if ! __check_command_exists git; then
|
||||
__PACKAGES="${__PACKAGES} git"
|
||||
fi
|
||||
|
||||
if ! __check_command_exists gcc; then
|
||||
__PACKAGES="${__PACKAGES} gcc"
|
||||
fi
|
||||
|
||||
if [ -n "${__PACKAGES}" ]; then
|
||||
# shellcheck disable=SC2086
|
||||
__tdnf_install_noinput ${__PACKAGES} || return 1
|
||||
|
|
Loading…
Add table
Reference in a new issue