diff --git a/example/src/main/resources/static/scripts/install-web-eid.sh b/example/src/main/resources/static/scripts/install-web-eid.sh index 8775e3b5..d3c4939c 100755 --- a/example/src/main/resources/static/scripts/install-web-eid.sh +++ b/example/src/main/resources/static/scripts/install-web-eid.sh @@ -119,7 +119,6 @@ test_sudo # version name LTS supported until # 22.04 jammy LTS 2027-04 # 24.04 noble LTS 2029-04 -# 25.10 questing - 2026-07 # 26.04 resolute LTS 2031-05 LATEST_SUPPORTED_UBUNTU_CODENAME='resolute' @@ -137,8 +136,8 @@ case $distro in case "$codename" in trixie) make_warn "Debian $codename is not officially supported" - make_warn "Trying to install packages from Ubuntu questing repository" - add_repository questing + make_warn "Trying to install packages from Ubuntu noble repository" + add_repository noble ;; bookworm) make_warn "Debian $codename is not officially supported" @@ -162,10 +161,10 @@ case $distro in ;; esac case $codename in - utopic|vivid|wily|trusty|artful|cosmic|disco|xenial|eoan|groovy|hirsute|impish|bionic|zorin|kinetic|lunar|mantic|focal|oracular|plucky) + utopic|vivid|wily|trusty|artful|cosmic|disco|xenial|eoan|groovy|hirsute|impish|bionic|zorin|kinetic|lunar|mantic|focal|oracular|plucky|questing) make_fail "Ubuntu $codename is not officially supported" ;; - jammy|noble|questing|resolute) + jammy|noble|resolute) add_repository $codename ;; *)