mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 11:21:12 +00:00
Fix using the wrong branch name for ubuntu-image.
This commit is contained in:
parent
1fe8f8f178
commit
6a2cb2be27
@ -90,7 +90,7 @@ if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ]; then
|
||||
# Use ubuntu-image instead of live-build
|
||||
|
||||
export SNAPPY_STORE_NO_CDN=1
|
||||
snap install --classic --channel=candidate/latest ubuntu-image
|
||||
snap install --classic --channel=candidate ubuntu-image
|
||||
|
||||
# TODO: eventually, this should be handled by a single ubuntu-image
|
||||
# call without having to do a conditional on ubuntu-core/classic.
|
||||
|
Loading…
x
Reference in New Issue
Block a user