From 1edc12aa2051e50e4e7660461cfb85f746a6a3f7 Mon Sep 17 00:00:00 2001 From: Zeke King <15235033+zekeking@users.noreply.github.com> Date: Sun, 15 Feb 2026 18:37:36 -0800 Subject: [PATCH] Corrected line 542 of install_bjorn.sh to reflect there are 5 options to resolve reported issue #152 --- install_bjorn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_bjorn.sh b/install_bjorn.sh index 92d6675..9a3ef2b 100644 --- a/install_bjorn.sh +++ b/install_bjorn.sh @@ -539,7 +539,7 @@ main() { echo "5. epd2in7" while true; do - read -p "Enter your choice (1-4): " epd_choice + read -p "Enter your choice (1-5): " epd_choice case $epd_choice in 1) EPD_VERSION="epd2in13"; break;; 2) EPD_VERSION="epd2in13_V2"; break;;