Update install.sh

This commit is contained in:
Aaron Honeycutt 2022-05-18 13:13:00 +00:00
parent bcc79aea20
commit c62931457e

View file

@ -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.