From 291bac5c1835b6d87470ce1e8753c6b0a2fe90f0 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Wed, 8 Apr 2015 16:57:06 +0100 Subject: [PATCH] We need patch installed --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 13d4993..4e2da55 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -4096,7 +4096,7 @@ install_opensuse_stable_deps() { install_opensuse_git_deps() { 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