From 787fe0977c3a47c0eca876fc410427eb4a0ac787 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Tue, 21 Mar 2023 15:27:14 -0400 Subject: [PATCH] Fix comment --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 53bfb55..c2dae50 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -908,7 +908,7 @@ memory_check() { preflight_fail+=("Your system has ${memtotal}GB memory and ${swaptotal}GB swap.\nWe recommend at least 16GB swap to avoid crashes.") fi elif [ "${memtotal%.*}" -ge "15" ]; then - # 15GB or more of RAM, 24GB swap recommended + # 16GB or more of RAM, 24GB swap recommended if [ "${swaptotal%.*}" -ge "23" ]; then preflight_pass+=("Your system has ${memtotal}GB memory and ${swaptotal}GB swap.") else