From 685b6c0037132119fe1a62cbc7bb1092172ff9b1 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 17 Aug 2025 11:44:47 -0400 Subject: [PATCH] Update install fix Bullseye text --- install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install b/install index 2e590c3c..4049706e 100755 --- a/install +++ b/install @@ -5,9 +5,10 @@ echo -e "\ninstallation script for CubeSatSim v2.2\n" if [[ $(grep '11.' /etc/debian_version) ]]; then echo "Installing on Debian 11 (Bullseye)" else - echo "This is not Debian 11 (Bullseye)!" + echo "The OS is not Debian 11 (Bullseye)!" echo "Installation is not likely to work." - echo "Recommend you start with a Bullseye." + echo "It is recommended you start with" + echo "Bullseye as your OS." echo sleep 10 fi