Skip to content

Commit

Permalink
Tools: Use ubuntu language
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryanf55 authored Sep 17, 2024
1 parent bb41dd6 commit 2759d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/environment_install/install-prereqs-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ PYTHON_V="python3" # starting from ubuntu 20.04, python isn't symlink to defaul
PIP=pip3

if [ ${RELEASE_CODENAME} == 'bionic' ] ; then
echo "ArduPilot no longer supports developing on this deprecated operating system."
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"
Expand Down

0 comments on commit 2759d67

Please sign in to comment.