Update install OS version check

sim-fail-4
Alan Johnston 4 months ago committed by GitHub
parent ac71bf2f91
commit 14e6c3e041
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,14 +2,13 @@
echo -e "\ninstallation script for CubeSatSim v2.2\n" echo -e "\ninstallation script for CubeSatSim v2.2\n"
cat | grep "11."
if [[ $(grep '11.' /etc/debian_version) ]]; then if [[ $(grep '11.' /etc/debian_version) ]]; then
echo "Installing on Debian 11 (Bullseye)" echo "Installing on Debian 11 (Bullseye)"
else else
echo "This is not Debian 11 (Bullseye)!" echo "This is not Debian 11 (Bullseye)!"
echo "Installation is not likely to work." echo "Installation is not likely to work."
echo "Recommend you start with a Bullseye." echo "Recommend you start with a Bullseye."
echo
sleep 10 sleep 10
fi fi

Loading…
Cancel
Save

Powered by TurnKey Linux.