Update install.sh

This commit is contained in:
Aaron Honeycutt 2022-05-09 22:47:48 +00:00
parent a73864479b
commit 0dfe4b5d6d

View file

@ -2,9 +2,6 @@
# ramTotal=$(grep MemTotal /proc/meminfo | awk '{print $2 / 1024 / 1024}')
ramTotal=$(free | awk '/^Mem:/{print $2 / 1024 / 1024}' | awk -F. {'print$1'})
# Become Root
sudo -i
# Detect and list the drives.
lsblk -f