mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: Remove bionic support for ubuntu setup
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
parent
c19e5713ae
commit
86f51ee5a4
@ -83,10 +83,8 @@ PYTHON_V="python3" # starting from ubuntu 20.04, python isn't symlink to defaul
|
|||||||
PIP=pip3
|
PIP=pip3
|
||||||
|
|
||||||
if [ ${RELEASE_CODENAME} == 'bionic' ] ; then
|
if [ ${RELEASE_CODENAME} == 'bionic' ] ; then
|
||||||
SITLFML_VERSION="2.4"
|
echo "ArduPilot no longer supports developing on this operating system that has reached end of standard support."
|
||||||
SITLCFML_VERSION="2.4"
|
exit 1
|
||||||
PYTHON_V="python3"
|
|
||||||
PIP=pip3
|
|
||||||
elif [ ${RELEASE_CODENAME} == 'bookworm' ]; then
|
elif [ ${RELEASE_CODENAME} == 'bookworm' ]; then
|
||||||
SITLFML_VERSION="2.5"
|
SITLFML_VERSION="2.5"
|
||||||
SITLCFML_VERSION="2.5"
|
SITLCFML_VERSION="2.5"
|
||||||
|
Loading…
Reference in New Issue
Block a user