mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Add "install -y" in dnf cmd and update spacing
This commit is contained in:
parent
9569344632
commit
3bc694ef34
1 changed files with 2 additions and 2 deletions
|
@ -3294,13 +3294,13 @@ install_fedora_stable_post() {
|
|||
install_fedora_git_deps() {
|
||||
|
||||
if [ "$_INSECURE_DL" -eq $BS_FALSE ] && [ "${_SALT_REPO_URL%%://*}" = "https" ]; then
|
||||
dnf ca-certificates || return 1
|
||||
dnf install -y ca-certificates || return 1
|
||||
fi
|
||||
|
||||
install_fedora_deps || return 1
|
||||
|
||||
if ! __check_command_exists git; then
|
||||
dnf install -y git || return 1
|
||||
dnf install -y git || return 1
|
||||
fi
|
||||
|
||||
__git_clone_and_checkout || return 1
|
||||
|
|
Loading…
Add table
Reference in a new issue