Stable Debian 8 installs are not available(no packages)

This commit is contained in:
Pedro Algarvio 2014-02-25 19:28:39 +00:00
parent bdae6e866d
commit 24f9bae39d

View file

@ -1907,7 +1907,7 @@ install_debian_7_stable() {
return 0
}
install_debian_8_stable() {
install_debian_8_stable__disabled() {
__install_debian_stable || return 1
return 0
}