mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Don't disable the universe repository.
This commit is contained in:
parent
e0d35ad73f
commit
cd3c82dea7
1 changed files with 0 additions and 5 deletions
|
@ -1210,11 +1210,6 @@ install_ubuntu_git_deps() {
|
|||
return 0
|
||||
}
|
||||
|
||||
install_ubuntu_11_10_post() {
|
||||
add-apt-repository -y --remove 'deb http://us.archive.ubuntu.com/ubuntu/ oneiric universe' || return 1
|
||||
return 0
|
||||
}
|
||||
|
||||
install_ubuntu_stable() {
|
||||
packages=""
|
||||
if [ $_INSTALL_MINION -eq $BS_TRUE ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue