From 721b16c91c77ffae787aaea7828ae09c93a90e35 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 22 Feb 2026 10:58:47 -0500 Subject: [PATCH] fix BULLSEYE variable --- install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install b/install index 596dc39c..6b2c9d69 100755 --- a/install +++ b/install @@ -38,6 +38,9 @@ else fi if [[ $(grep '11.' /etc/debian_version) ]]; then + + BULLSEYE=1 + echo "Debian 11 (Bullseye) detected" sudo cp /boot/config.txt /boot/config.txt.0 @@ -134,7 +137,7 @@ if [[ $(grep '11.' /etc/debian_version) ]]; then fi if [[ $(grep 'bookworm' /etc/os-release) ]]; then - BULLSEYE=1 + echo "Debian 12 (Bookworm) detected" sudo cp /boot/firmware/config.txt /boot/firmware/config.txt.0