Fix git install for Ubuntu 10.04.4

This commit is contained in:
Pedro Algarvio 2012-10-31 17:06:02 +00:00
parent 1076cfaf8b
commit 9dd462d00d

View file

@ -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