From 14e6c3e0411206a6c7bf269c4037960b9978d359 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 16 Aug 2025 18:41:44 -0400 Subject: [PATCH] Update install OS version check --- install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install b/install index b026c78e..2e590c3c 100755 --- a/install +++ b/install @@ -2,14 +2,13 @@ echo -e "\ninstallation script for CubeSatSim v2.2\n" -cat | grep "11." - if [[ $(grep '11.' /etc/debian_version) ]]; then echo "Installing on Debian 11 (Bullseye)" else echo "This is not Debian 11 (Bullseye)!" echo "Installation is not likely to work." echo "Recommend you start with a Bullseye." + echo sleep 10 fi