Skip to content

Commit

Permalink
Remove mantic support
Browse files Browse the repository at this point in the history
Signed-off-by: Kristel Merilain <[email protected]>
  • Loading branch information
kristelmerilain authored Aug 1, 2024
1 parent fc242c6 commit 4be170a
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 @@ -119,7 +119,6 @@ test_sudo
# version name LTS supported until
# 20.04 focal LTS 2025-04
# 22.04 jammy LTS 2027-04
# 23.10 mantic - 2024-07
# 24.04 noble - 2029-04
LATEST_SUPPORTED_UBUNTU_CODENAME='noble'

Expand Down Expand Up @@ -156,10 +155,10 @@ case $distro in
*) ;;
esac
case $codename in
utopic|vivid|wily|trusty|artful|cosmic|disco|xenial|eoan|groovy|hirsute|impish|bionic|zorin|kinetic|lunar)
utopic|vivid|wily|trusty|artful|cosmic|disco|xenial|eoan|groovy|hirsute|impish|bionic|zorin|kinetic|lunar|mantic)
make_fail "Ubuntu $codename is not officially supported"
;;
focal|jammy|mantic|noble)
focal|jammy|noble)
add_repository $codename
;;
*)
Expand Down

0 comments on commit 4be170a

Please sign in to comment.