mirror of https://github.com/ArduPilot/ardupilot
Tools: Translate Linux Mint Wilma to Noble
This commit is contained in:
parent
3c6e5691e4
commit
045059580c
|
@ -62,6 +62,9 @@ RELEASE_CODENAME=$(lsb_release -c -s)
|
|||
|
||||
# translate Mint-codenames to Ubuntu-codenames based on https://www.linuxmint.com/download_all.php
|
||||
case ${RELEASE_CODENAME} in
|
||||
wilma)
|
||||
RELEASE_CODENAME='noble'
|
||||
;;
|
||||
vanessa)
|
||||
RELEASE_CODENAME='jammy'
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue