From 041b65fd111b3bb7666f3fa4c446ef2cb5e9b21f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Tue, 30 May 2023 19:12:44 +0200 Subject: [PATCH] Use stable for now. --- live-build/auto/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/auto/build b/live-build/auto/build index d2348b36..8ca3916b 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -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=edge ubuntu-image + snap install --classic --channel=stable ubuntu-image apt install mtools grub-common