Update chroot_build.sh

Skip snap-store installation
This commit is contained in:
AdityaGarg8 2021-11-22 10:41:24 +05:30 committed by GitHub
parent 3ce39616f6
commit ab3fcb5d37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"