We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27984c2 commit 937c55eCopy full SHA for 937c55e
1 file changed
example/src/main/resources/static/scripts/install-web-eid.sh
@@ -120,7 +120,8 @@ test_sudo
120
# 22.04 jammy LTS 2027-04
121
# 24.04 noble LTS 2029-04
122
# 24.10 oracular - 2025-07
123
-LATEST_SUPPORTED_UBUNTU_CODENAME='oracular'
+# 25.04 plucky - 2026-01
124
+LATEST_SUPPORTED_UBUNTU_CODENAME='plucky'
125
126
# check if Debian or Ubuntu
127
distro=$(lsb_release -is | tr '[:upper:]' '[:lower:]')
@@ -153,7 +154,7 @@ case $distro in
153
154
utopic|vivid|wily|trusty|artful|cosmic|disco|xenial|eoan|groovy|hirsute|impish|bionic|zorin|kinetic|lunar|mantic|focal)
155
make_fail "Ubuntu $codename is not officially supported"
156
;;
- jammy|noble|oracular)
157
+ jammy|noble|oracular|plucky)
158
add_repository $codename
159
160
*)
0 commit comments