From 0fdd709c4a2b5b92097a791e9e858fb97bf4bf27 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Fri, 10 Dec 2021 14:35:49 +0100 Subject: [PATCH] Now install Debian Bullseye --- debian/chroot.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/chroot.install b/debian/chroot.install index 42b11d4..d4e0781 100755 --- a/debian/chroot.install +++ b/debian/chroot.install @@ -9,7 +9,7 @@ else exit 0 fi ## Which version of Debian should be installed -debian_version="buster" +debian_version="bullseye" ## Computer hostname ## If empty, the script will try to get one with nslookup new_hostname=""