File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
example/src/main/resources/static/scripts Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,9 @@ test_sudo
119119# version name LTS supported until
120120# 20.04 focal LTS 2025-04
121121# 22.04 jammy LTS 2027-04
122- # 24.04 noble - 2029-04
123- LATEST_SUPPORTED_UBUNTU_CODENAME=' noble'
122+ # 24.04 noble LTS 2029-04
123+ # 24.10 oracular - 2025-07
124+ LATEST_SUPPORTED_UBUNTU_CODENAME=' oracular'
124125
125126# check if Debian or Ubuntu
126127distro=$( lsb_release -is | tr ' [:upper:]' ' [:lower:]' )
@@ -158,7 +159,7 @@ case $distro in
158159 utopic|vivid|wily|trusty|artful|cosmic|disco|xenial|eoan|groovy|hirsute|impish|bionic|zorin|kinetic|lunar|mantic)
159160 make_fail " Ubuntu $codename is not officially supported"
160161 ;;
161- focal|jammy|noble)
162+ focal|jammy|noble|oracular )
162163 add_repository $codename
163164 ;;
164165 * )
You can’t perform that action at this time.
0 commit comments