From 0630eae0f5c21bb5ceaa35e0903a44ecbf79b07a Mon Sep 17 00:00:00 2001 From: Kristel Merilain Date: Fri, 6 Feb 2026 09:36:48 +0200 Subject: [PATCH] Remove plucky and add questing support Signed-off-by: Kristel Merilain --- install-open-eid.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/install-open-eid.sh b/install-open-eid.sh index 130469b..221910c 100755 --- a/install-open-eid.sh +++ b/install-open-eid.sh @@ -119,8 +119,8 @@ test_sudo # version name LTS supported until # 22.04 jammy LTS 2027-04 # 24.04 noble LTS 2029-04 -# 25.04 plucky - 2026-01 -LATEST_SUPPORTED_UBUNTU_CODENAME='plucky' +# 25.10 questing - 2026-07 +LATEST_SUPPORTED_UBUNTU_CODENAME='questing' # check if Debian or Ubuntu distro=$(lsb_release -is | tr '[:upper:]' '[:lower:]') @@ -136,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 plucky repository" - add_repository plucky + make_warn "Trying to install packages from Ubuntu noble repository" + add_repository noble ;; bookworm) make_warn "Debian $codename is not officially supported" @@ -161,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) + utopic|vivid|wily|trusty|artful|cosmic|disco|xenial|eoan|groovy|hirsute|impish|bionic|zorin|kinetic|lunar|mantic|focal|oracular|plucky) make_fail "Ubuntu $codename is not officially supported" ;; - jammy|noble|plucky) + jammy|noble|questing) add_repository $codename ;; *)