From 24f9bae39de82abb84e1fdb9c8e39b6306ba695f Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Tue, 25 Feb 2014 19:28:39 +0000 Subject: [PATCH] Stable Debian 8 installs are not available(no packages) --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index ffdbfa3..5350b3f 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -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 }