Skip to content

Commit

Permalink
correct name for the package.
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgreenaway authored and s0undt3ch committed Aug 11, 2023
1 parent 8293f79 commit 244a052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-salt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 244a052

Please sign in to comment.