From c62931457ef62797eb0de1f20659c5205bbbe9c3 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 18 May 2022 13:13:00 +0000 Subject: [PATCH] Update install.sh --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index b5d267d..92c1d0a 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,4 @@ # Figure out how much RAM the system has an set a variable -# ramTotal=$(grep MemTotal /proc/meminfo | awk '{print $2 / 1024 / 1024}') ramTotal=$(free -h | awk '/^Mem:/{print $2}'| awk -FG {'print$1'}) # Detect and list the drives.