Tools: Remove bionic support for ubuntu setup

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
Ryan Friedman 2024-09-16 18:13:38 -06:00 committed by Peter Barker
parent c19e5713ae
commit 86f51ee5a4
1 changed files with 2 additions and 4 deletions

View File

@ -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"