Skip to content

Commit

Permalink
Remove lunar support (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristelmerilain authored Apr 11, 2024
1 parent efa8d8c commit f5b3955
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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
# 23.04 lunar - 2024-01
# 23.10 mantic - 2024-07
LATEST_SUPPORTED_UBUNTU_CODENAME='mantic'

Expand Down Expand Up @@ -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|kinetic)
utopic|vivid|wily|trusty|artful|cosmic|disco|xenial|eoan|groovy|hirsute|impish|bionic|zorin|kinetic|lunar)
make_fail "Ubuntu $codename is not officially supported"
;;
focal|jammy|lunar|mantic)
focal|jammy|mantic)
add_repository $codename
;;
*)
Expand Down

0 comments on commit f5b3955

Please sign in to comment.