Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions example/src/main/resources/static/scripts/install-web-eid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ test_sudo
# 22.04 jammy LTS 2027-04
# 24.04 noble LTS 2029-04
# 24.10 oracular - 2025-07
LATEST_SUPPORTED_UBUNTU_CODENAME='oracular'
# 25.04 plucky - 2026-01
LATEST_SUPPORTED_UBUNTU_CODENAME='plucky'

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