mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 02:00:22 +00:00
We need patch installed
This commit is contained in:
parent
1e6f249ea1
commit
291bac5c18
1 changed files with 1 additions and 1 deletions
|
@ -4096,7 +4096,7 @@ install_opensuse_stable_deps() {
|
||||||
|
|
||||||
install_opensuse_git_deps() {
|
install_opensuse_git_deps() {
|
||||||
install_opensuse_stable_deps || return 1
|
install_opensuse_stable_deps || return 1
|
||||||
zypper --non-interactive install --auto-agree-with-licenses git || return 1
|
zypper --non-interactive install --auto-agree-with-licenses git patch || return 1
|
||||||
|
|
||||||
__git_clone_and_checkout || return 1
|
__git_clone_and_checkout || return 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue