Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit f943097

Browse files
Add oracular support (#57)
* Add oracular support Signed-off-by: Kristel Merilain <[email protected]> * Noble is LTS --------- Signed-off-by: Kristel Merilain <[email protected]> Co-authored-by: Raul Metsma <[email protected]>
1 parent 8845e08 commit f943097

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/main/resources/static/scripts/install-web-eid.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,9 @@ test_sudo
119119
# version name LTS supported until
120120
# 20.04 focal LTS 2025-04
121121
# 22.04 jammy LTS 2027-04
122-
# 24.04 noble - 2029-04
123-
LATEST_SUPPORTED_UBUNTU_CODENAME='noble'
122+
# 24.04 noble LTS 2029-04
123+
# 24.10 oracular - 2025-07
124+
LATEST_SUPPORTED_UBUNTU_CODENAME='oracular'
124125

125126
# check if Debian or Ubuntu
126127
distro=$(lsb_release -is | tr '[:upper:]' '[:lower:]')
@@ -158,7 +159,7 @@ case $distro in
158159
utopic|vivid|wily|trusty|artful|cosmic|disco|xenial|eoan|groovy|hirsute|impish|bionic|zorin|kinetic|lunar|mantic)
159160
make_fail "Ubuntu $codename is not officially supported"
160161
;;
161-
focal|jammy|noble)
162+
focal|jammy|noble|oracular)
162163
add_repository $codename
163164
;;
164165
*)

0 commit comments

Comments
 (0)