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.