Skip to content

Commit

Permalink
Add noble support
Browse files Browse the repository at this point in the history
IB-7869

Signed-off-by: Kristel Merilain <[email protected]>
  • Loading branch information
kristelmerilain authored Jun 14, 2024
1 parent f5b3955 commit 3235ad9
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.10 mantic - 2024-07
LATEST_SUPPORTED_UBUNTU_CODENAME='mantic'
# 24.04 noble - 2029-04
LATEST_SUPPORTED_UBUNTU_CODENAME='noble'

# 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|lunar)
make_fail "Ubuntu $codename is not officially supported"
;;
focal|jammy|mantic)
focal|jammy|mantic|noble)
add_repository $codename
;;
*)
Expand Down

0 comments on commit 3235ad9

Please sign in to comment.