mirror of https://github.com/ArduPilot/ardupilot
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
|
||||
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue