Skip to content

Commit

Permalink
Remove kinetic support (#118)
Browse files Browse the repository at this point in the history
Signed-off-by: Kristel Merilain <[email protected]>
  • Loading branch information
kristelmerilain authored Oct 2, 2023
1 parent c6431e7 commit 6cae0d6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions install-open-eid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ test_sudo
# version name LTS supported until
# 20.04 focal LTS 2025-04
# 22.04 jammy LTS 2027-04
# 22.10 kinetic - 2023-07
# 23.04 lunar - 2024-01
LATEST_SUPPORTED_UBUNTU_CODENAME='lunar'

Expand All @@ -145,8 +144,8 @@ case $distro in
;;
bookworm)
make_warn "Debian $codename is not officially supported"
make_warn "Installing from ubuntu-kinetic repository"
add_repository kinetic
make_warn "Installing from ubuntu-jammy repository"
add_repository jammy
;;
*)
make_fail "Debian $codename is not officially supported"
Expand All @@ -159,10 +158,10 @@ case $distro in
*) ;;
esac
case $codename in
utopic|vivid|wily|trusty|artful|cosmic|disco|xenial|eoan|groovy|hirsute|impish|bionic|zorin)
utopic|vivid|wily|trusty|artful|cosmic|disco|xenial|eoan|groovy|hirsute|impish|bionic|zorin|kinetic)
make_fail "Ubuntu $codename is not officially supported"
;;
focal|jammy|kinetic|lunar)
focal|jammy|lunar)
add_repository $codename
;;
*)
Expand Down

0 comments on commit 6cae0d6

Please sign in to comment.