diff --git a/Tools/environment_install/install-prereqs-ubuntu.sh b/Tools/environment_install/install-prereqs-ubuntu.sh index ea22a423c4..7d151401bd 100755 --- a/Tools/environment_install/install-prereqs-ubuntu.sh +++ b/Tools/environment_install/install-prereqs-ubuntu.sh @@ -83,10 +83,8 @@ PYTHON_V="python3" # starting from ubuntu 20.04, python isn't symlink to defaul PIP=pip3 if [ ${RELEASE_CODENAME} == 'bionic' ] ; then - SITLFML_VERSION="2.4" - SITLCFML_VERSION="2.4" - PYTHON_V="python3" - PIP=pip3 + echo "ArduPilot no longer supports developing on this operating system that has reached end of standard support." + exit 1 elif [ ${RELEASE_CODENAME} == 'bookworm' ]; then SITLFML_VERSION="2.5" SITLCFML_VERSION="2.5"