mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-11-07 04:14:07 +00:00
desktop: use snapd from edge
This commit is contained in:
parent
918bc13a3a
commit
f6e3d2aedd
@ -568,7 +568,7 @@ _snap_post_process() {
|
|||||||
# If the 'core' snap is not present, assume we are coreXX-only and
|
# If the 'core' snap is not present, assume we are coreXX-only and
|
||||||
# install the snapd snap.
|
# install the snapd snap.
|
||||||
channel=stable
|
channel=stable
|
||||||
if [ "$SUBPROJECT" = "dangerous" ]; then
|
if [ "$PROJECT" = "ubuntu" -o "$SUBPROJECT" = "dangerous" ]; then
|
||||||
channel=edge
|
channel=edge
|
||||||
fi
|
fi
|
||||||
if [ ! -f ${snaps_dir}/core_[0-9]*.snap ]; then
|
if [ ! -f ${snaps_dir}/core_[0-9]*.snap ]; then
|
||||||
@ -1443,4 +1443,4 @@ gpt_root_partition_uuid() {
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
echo "${ROOTFS_PARTITION_TYPE}"
|
echo "${ROOTFS_PARTITION_TYPE}"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user