From 2d6cfe65a8ab365a48650b1c51af545d86dae24c Mon Sep 17 00:00:00 2001 From: Sylirre Date: Wed, 31 Jan 2024 11:19:35 +0200 Subject: [PATCH] debian: notify contributors that debian.sh must contain only stable version --- distro-build/debian.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distro-build/debian.sh b/distro-build/debian.sh index a1b7709fd..3c2b57c92 100644 --- a/distro-build/debian.sh +++ b/distro-build/debian.sh @@ -1,4 +1,6 @@ dist_name="Debian" + +# Put only current stable version here! dist_version="bookworm" bootstrap_distribution() {