Skip to content

Commit 9be3150

Browse files
kristelmerilainsvenzik
authored andcommitted
Remove kinetic support (#33)
Signed-off-by: Kristel Merilain <[email protected]>
1 parent c456e9e commit 9be3150

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

example/src/main/resources/static/scripts/download-install-web-eid.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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
6665
LATEST_SUPPORTED_UBUNTU_CODENAME='lunar'
6766
LATEST_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
*)

0 commit comments

Comments
 (0)