mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Current develop version of Salt shell's out to yum
This commit is contained in:
parent
e98968adb8
commit
c06cbf49ee
1 changed files with 1 additions and 1 deletions
|
@ -1735,7 +1735,7 @@ install_fedora_stable() {
|
|||
|
||||
install_fedora_git_deps() {
|
||||
install_fedora_deps || return 1
|
||||
yum install -y git || return 1
|
||||
yum install -y git yum-utils || return 1
|
||||
|
||||
__git_clone_and_checkout || return 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue