From 1f359ef750ff971115e6b6a71811a31170f736f5 Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Sun, 25 Jul 2021 07:49:41 +0000 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 3462050..d88da92 100644 --- a/install.sh +++ b/install.sh @@ -343,9 +343,9 @@ echo "umask 077" >> /mnt/etc/bash.bashrc # Setting up ZRAM MEM=$(awk '/^Mem/ {print $2}' <(free -m)) if [ "${MEM}" -ge "8192" ]; then - ZRAMSIZE = 8192 + ZRAMSIZE=8192 else - ZRAMSIZE = ${MEM} + ZRAMSIZE=${MEM} fi echo 'zram' > /mnt/etc/modules-load.d/zram.conf