Skip to content

Commit a9221ed

Browse files
Remove questing support (#127)
Signed-off-by: Kristel Merilain <kristel.merilain@ria.ee>
1 parent 42def06 commit a9221ed

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ test_sudo
119119
# version name LTS supported until
120120
# 22.04 jammy LTS 2027-04
121121
# 24.04 noble LTS 2029-04
122-
# 25.10 questing - 2026-07
123122
# 26.04 resolute LTS 2031-05
124123
LATEST_SUPPORTED_UBUNTU_CODENAME='resolute'
125124

@@ -137,8 +136,8 @@ case $distro in
137136
case "$codename" in
138137
trixie)
139138
make_warn "Debian $codename is not officially supported"
140-
make_warn "Trying to install packages from Ubuntu questing repository"
141-
add_repository questing
139+
make_warn "Trying to install packages from Ubuntu noble repository"
140+
add_repository noble
142141
;;
143142
bookworm)
144143
make_warn "Debian $codename is not officially supported"
@@ -162,10 +161,10 @@ case $distro in
162161
;;
163162
esac
164163
case $codename in
165-
utopic|vivid|wily|trusty|artful|cosmic|disco|xenial|eoan|groovy|hirsute|impish|bionic|zorin|kinetic|lunar|mantic|focal|oracular|plucky)
164+
utopic|vivid|wily|trusty|artful|cosmic|disco|xenial|eoan|groovy|hirsute|impish|bionic|zorin|kinetic|lunar|mantic|focal|oracular|plucky|questing)
166165
make_fail "Ubuntu $codename is not officially supported"
167166
;;
168-
jammy|noble|questing|resolute)
167+
jammy|noble|resolute)
169168
add_repository $codename
170169
;;
171170
*)

0 commit comments

Comments
 (0)