mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Fix git install for Ubuntu 10.04.4
This commit is contained in:
parent
1076cfaf8b
commit
9dd462d00d
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue