From 15c46fa15273f7302964291e767af33a2cdf2334 Mon Sep 17 00:00:00 2001 From: Raphaël Hertzog Date: Thu, 19 Dec 2019 16:43:51 +0100 Subject: Set default distribution to buster MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: #934495 Thanks: Алексей Шилин --- functions/defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/defaults.sh b/functions/defaults.sh index 7d7faec76..1960d9c0a 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -124,7 +124,7 @@ Set_defaults () ;; *) - LB_DISTRIBUTION="${LB_DISTRIBUTION:-stretch}" + LB_DISTRIBUTION="${LB_DISTRIBUTION:-buster}" LB_DERIVATIVE="false" ;; esac -- cgit v1.2.3