Skip to content

Commit f3d0ec5

Browse files
Add resolute support (#142)
Signed-off-by: Kristel Merilain <kristel.merilain@ria.ee>
1 parent 42c3b65 commit f3d0ec5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

install-open-eid.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ test_sudo
120120
# 22.04 jammy LTS 2027-04
121121
# 24.04 noble LTS 2029-04
122122
# 25.10 questing - 2026-07
123-
LATEST_SUPPORTED_UBUNTU_CODENAME='questing'
123+
# 26.04 resolute LTS 2031-05
124+
LATEST_SUPPORTED_UBUNTU_CODENAME='resolute'
124125

125126
# check if Debian or Ubuntu
126127
distro=$(lsb_release -is | tr '[:upper:]' '[:lower:]')
@@ -164,7 +165,7 @@ case $distro in
164165
utopic|vivid|wily|trusty|artful|cosmic|disco|xenial|eoan|groovy|hirsute|impish|bionic|zorin|kinetic|lunar|mantic|focal|oracular|plucky)
165166
make_fail "Ubuntu $codename is not officially supported"
166167
;;
167-
jammy|noble|questing)
168+
jammy|noble|questing|resolute)
168169
add_repository $codename
169170
;;
170171
*)

0 commit comments

Comments
 (0)