Skip to content

Commit 937c55e

Browse files
Add plucky support (#80)
Signed-off-by: Kristel Merilain <[email protected]>
1 parent 27984c2 commit 937c55e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

example/src/main/resources/static/scripts/install-web-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
# 24.10 oracular - 2025-07
123-
LATEST_SUPPORTED_UBUNTU_CODENAME='oracular'
123+
# 25.04 plucky - 2026-01
124+
LATEST_SUPPORTED_UBUNTU_CODENAME='plucky'
124125

125126
# check if Debian or Ubuntu
126127
distro=$(lsb_release -is | tr '[:upper:]' '[:lower:]')
@@ -153,7 +154,7 @@ case $distro in
153154
utopic|vivid|wily|trusty|artful|cosmic|disco|xenial|eoan|groovy|hirsute|impish|bionic|zorin|kinetic|lunar|mantic|focal)
154155
make_fail "Ubuntu $codename is not officially supported"
155156
;;
156-
jammy|noble|oracular)
157+
jammy|noble|oracular|plucky)
157158
add_repository $codename
158159
;;
159160
*)

0 commit comments

Comments
 (0)