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 @@ -62,8 +62,9 @@ test_sudo
6262# 20.04 focal LTS 2025-04
6363# 22.04 jammy LTS 2027-04
6464# 23.10 mantic - 2024-07
65- LATEST_SUPPORTED_UBUNTU_CODENAME=' mantic'
66- LATEST_SUPPORTED_UBUNTU_VERSION=' 23.10'
65+ # 24.04 noble - 2029-04
66+ LATEST_SUPPORTED_UBUNTU_CODENAME=' noble'
67+ LATEST_SUPPORTED_UBUNTU_VERSION=' 24.04'
6768
6869# Check the distro and release.
6970distro=$( lsb_release -is | tr ' [:upper:]' ' [:lower:]' )
@@ -98,7 +99,7 @@ case $distro in
9899 utopic|vivid|wily|trusty|artful|cosmic|disco|xenial|eoan|groovy|hirsute|impish|bionic|kinetic|lunar)
99100 make_fail " Ubuntu $codename is not officially supported"
100101 ;;
101- focal|jammy|mantic)
102+ focal|jammy|mantic|noble )
102103 make_install $release
103104 ;;
104105 * )
You can’t perform that action at this time.
0 commit comments