File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
example/src/main/resources/static/scripts Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ test_sudo
6161# version name LTS supported until
6262# 20.04 focal LTS 2025-04
6363# 22.04 jammy LTS 2027-04
64- # 22.10 kinetic - 2023-07
6564# 23.04 lunar - 2024-01
6665LATEST_SUPPORTED_UBUNTU_CODENAME=' lunar'
6766LATEST_SUPPORTED_UBUNTU_VERSION=' 23.04'
@@ -83,7 +82,7 @@ case $distro in
8382 bookworm)
8483 make_warn " Debian $codename is not officially supported"
8584 make_warn " Installing from ubuntu-kinetic repository"
86- make_install ' 22.10 '
85+ make_install ' 22.04 '
8786 ;;
8887 * )
8988 make_fail " Debian $codename is not officially supported"
@@ -96,10 +95,10 @@ case $distro in
9695 * ) ;;
9796 esac
9897 case $codename in
99- utopic|vivid|wily|trusty|artful|cosmic|disco|xenial|eoan|groovy|hirsute|impish|bionic)
98+ utopic|vivid|wily|trusty|artful|cosmic|disco|xenial|eoan|groovy|hirsute|impish|bionic|kinetic )
10099 make_fail " Ubuntu $codename is not officially supported"
101100 ;;
102- focal|jammy|kinetic| lunar)
101+ focal|jammy|lunar)
103102 make_install $release
104103 ;;
105104 * )
You can’t perform that action at this time.
0 commit comments