mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
correct name for the package.
This commit is contained in:
parent
8293f79f6f
commit
244a052a5e
1 changed files with 1 additions and 1 deletions
|
@ -7048,7 +7048,7 @@ install_photon_git_deps() {
|
|||
# shellcheck disable=SC2086
|
||||
__tdnf_install_noinput ${__PACKAGES} || return 1
|
||||
|
||||
__PACKAGES="linux-devel"
|
||||
__PACKAGES="linux-devel.x86_64"
|
||||
# shellcheck disable=SC2086
|
||||
__tdnf_upgrade_noinput ${__PACKAGES} || return 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue