Don't disable the universe repository.

This commit is contained in:
Pedro Algarvio 2013-09-25 19:53:56 +01:00
parent e0d35ad73f
commit cd3c82dea7

View file

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