From f6e3d2aedd57447fd9915970c0f8c5039e0e1fd7 Mon Sep 17 00:00:00 2001 From: Dan Bungert Date: Wed, 29 Oct 2025 12:24:45 +0100 Subject: [PATCH] desktop: use snapd from edge --- live-build/functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/live-build/functions b/live-build/functions index 63561665..20759cfc 100644 --- a/live-build/functions +++ b/live-build/functions @@ -568,7 +568,7 @@ _snap_post_process() { # If the 'core' snap is not present, assume we are coreXX-only and # install the snapd snap. channel=stable - if [ "$SUBPROJECT" = "dangerous" ]; then + if [ "$PROJECT" = "ubuntu" -o "$SUBPROJECT" = "dangerous" ]; then channel=edge fi if [ ! -f ${snaps_dir}/core_[0-9]*.snap ]; then @@ -1443,4 +1443,4 @@ gpt_root_partition_uuid() { esac echo "${ROOTFS_PARTITION_TYPE}" -} \ No newline at end of file +}