From ab3fcb5d37d45455eaceb8c5e44c25a179365212 Mon Sep 17 00:00:00 2001 From: AdityaGarg8 <85610623+AdityaGarg8@users.noreply.github.com> Date: Mon, 22 Nov 2021 10:41:24 +0530 Subject: [PATCH] Update chroot_build.sh Skip snap-store installation --- files/chroot_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/chroot_build.sh b/files/chroot_build.sh index 62c3774..509de1d 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -106,7 +106,7 @@ apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::=" dkms \ iwd -snap install snap-store +#snap install snap-store echo >&2 "===]> Info: Change initramfs format (for grub)... " sed -i "s/COMPRESS=lz4/COMPRESS=gzip/g" "/etc/initramfs-tools/initramfs.conf"