We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783cc3a commit 887f11dCopy full SHA for 887f11d
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
# 25.10 questing - 2026-07
123
-LATEST_SUPPORTED_UBUNTU_CODENAME='questing'
+# 26.04 resolute LTS 2031-05
124
+LATEST_SUPPORTED_UBUNTU_CODENAME='resolute'
125
126
# check if Debian or Ubuntu
127
distro=$(lsb_release -is | tr '[:upper:]' '[:lower:]')
@@ -164,7 +165,7 @@ case $distro in
164
165
utopic|vivid|wily|trusty|artful|cosmic|disco|xenial|eoan|groovy|hirsute|impish|bionic|zorin|kinetic|lunar|mantic|focal|oracular|plucky)
166
make_fail "Ubuntu $codename is not officially supported"
167
;;
- jammy|noble|questing)
168
+ jammy|noble|questing|resolute)
169
add_repository $codename
170
171
*)
0 commit comments