From 619c3ac2d19e0a80a8e738a0f35add2ddad7cc92 Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Sun, 25 Jul 2021 08:03:07 +0000 Subject: [PATCH] Fixed styling --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5e06f39..2b64d10 100644 --- a/install.sh +++ b/install.sh @@ -350,7 +350,7 @@ fi echo 'zram' > /mnt/etc/modules-load.d/zram.conf echo 'options zram num_devices=1' > /mnt/etc/modprobe.d/zram.conf -echo 'KERNEL=="zram0", ATTR{disksize}="'${ZRAMSIZE}'M" RUN="/usr/bin/mkswap /dev/zram0", TAG+="systemd"' > /mnt/etc/udev/rules.d/99-zram.rules +echo 'KERNEL=="zram0", ATTR{disksize}="'"${ZRAMSIZE}"'M" RUN="/usr/bin/mkswap /dev/zram0", TAG+="systemd"' > /mnt/etc/udev/rules.d/99-zram.rules echo '# ZRAM' >> /mnt/etc/fstab echo '/dev/zram0 none swap defaults 0 0' >> /mnt/etc/fstab