From 9dd462d00de3ba4e85c668648bf96c283aebd6bd Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Wed, 31 Oct 2012 17:06:02 +0000 Subject: [PATCH] Fix git install for Ubuntu 10.04.4 --- bootstrap-salt-minion.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bootstrap-salt-minion.sh b/bootstrap-salt-minion.sh index 6b53998..5f0293e 100755 --- a/bootstrap-salt-minion.sh +++ b/bootstrap-salt-minion.sh @@ -416,6 +416,11 @@ install_ubuntu_1004_deps() { apt-get -y install salt-minion } +install_ubuntu_1004_git_deps() { + install_ubuntu_1004_deps + apt-get -y install git-core +} + install_ubuntu_1110_deps() { apt-get update apt-get -y install python-software-properties