From 6127c5bc573b3fcb3dbc8c4f5d5a4752a6a3638c Mon Sep 17 00:00:00 2001 From: Frieder Schlesier Date: Sat, 5 Jan 2019 13:26:37 +0100 Subject: [PATCH] base install should be buster for everything --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 8eaa139..2a64e6a 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -424,7 +424,7 @@ main() { case "$cmd" in base) - apt_sources stable + apt_sources buster base_applications install_docker install_compose