File tree Expand file tree Collapse file tree
example/src/main/resources/static/scripts 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
@@ -137,8 +136,8 @@ case $distro in
137136 case " $codename " in
138137 trixie)
139138 make_warn " Debian $codename is not officially supported"
140- make_warn " Trying to install packages from Ubuntu questing repository"
141- add_repository questing
139+ make_warn " Trying to install packages from Ubuntu noble repository"
140+ add_repository noble
142141 ;;
143142 bookworm)
144143 make_warn " Debian $codename is not officially supported"
@@ -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