diff --git a/files/chroot_build.sh b/files/chroot_build.sh index 242fecf..33f8964 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -100,6 +100,8 @@ apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::=" gcc \ dkms \ iwd + +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"