Skip to content

Commit

Permalink
Add mantic support (#119)
Browse files Browse the repository at this point in the history
Signed-off-by: Kristel Merilain <[email protected]>
  • Loading branch information
kristelmerilain authored Nov 3, 2023
1 parent 6cae0d6 commit c586ce1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install-open-eid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ test_sudo
# 20.04 focal LTS 2025-04
# 22.04 jammy LTS 2027-04
# 23.04 lunar - 2024-01
LATEST_SUPPORTED_UBUNTU_CODENAME='lunar'
# 23.10 mantic - 2024-07
LATEST_SUPPORTED_UBUNTU_CODENAME='mantic'

# check if Debian or Ubuntu
distro=$(lsb_release -is | tr '[:upper:]' '[:lower:]')
Expand Down Expand Up @@ -161,7 +162,7 @@ case $distro in
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|lunar)
focal|jammy|lunar|mantic)
add_repository $codename
;;
*)
Expand Down

0 comments on commit c586ce1

Please sign in to comment.