File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,7 +119,6 @@ test_sudo
119119# version name LTS supported until
120120# 22.04 jammy LTS 2027-04
121121# 24.04 noble LTS 2029-04
122- # 25.10 questing - 2026-07
123122# 26.04 resolute LTS 2031-05
124123LATEST_SUPPORTED_UBUNTU_CODENAME=' resolute'
125124
@@ -162,10 +161,10 @@ case $distro in
162161 ;;
163162 esac
164163 case $codename in
165- utopic|vivid|wily|trusty|artful|cosmic|disco|xenial|eoan|groovy|hirsute|impish|bionic|zorin|kinetic|lunar|mantic|focal|oracular|plucky)
164+ utopic|vivid|wily|trusty|artful|cosmic|disco|xenial|eoan|groovy|hirsute|impish|bionic|zorin|kinetic|lunar|mantic|focal|oracular|plucky|questing )
166165 make_fail " Ubuntu $codename is not officially supported"
167166 ;;
168- jammy|noble|questing| resolute)
167+ jammy|noble|resolute)
169168 add_repository $codename
170169 ;;
171170 * )
You can’t perform that action at this time.
0 commit comments