Tools: Translate Linux Mint Wilma to Noble

This commit is contained in:
Holden 2024-08-26 20:30:40 -04:00 committed by Peter Barker
parent 3c6e5691e4
commit 045059580c
1 changed files with 3 additions and 0 deletions

View File

@ -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'
;;