From 3f44d3218629d0c526ec7501f24dafb441477d81 2018-11-11 02:53:40 From: Unknown Date: 2018-11-11 02:53:40 Subject: [PATCH] fix netselect buster unknown --- diff --git a/bootstrap.d/11-apt.sh b/bootstrap.d/11-apt.sh index a3b847f..462d42a 100644 --- a/bootstrap.d/11-apt.sh +++ b/bootstrap.d/11-apt.sh @@ -32,6 +32,11 @@ if [ "$BUILD_KERNEL" = false ] ; then else # BUILD_KERNEL=true #autconfigure best apt server to not spam ftp.debian.org rm files/apt/sources.list + #netselect-apt does not know buster yet + if [ "$RELEASE" = "buster" ] ; then + RLS = "testing" + fi + if [ "$ENABLE_NONFREE" ] ; then netselect-apt --arch "$RELEASE_ARCH" --sources --nonfree --outfile "${ETC_DIR}/apt/sources.list" -d "$RELEASE" else