Remove unneeded commands

This commit is contained in:
Aaron Honeycutt 2022-05-06 16:23:13 -06:00
parent f797e1eed3
commit 13d37693cd

View file

@ -1,7 +1,3 @@
# Load kernel modules
# sudo modprobe dm-crypt
# sudo modprobe dm-mod
# Figure out how much RAM the system has an set a variable
# ramTotal=$(grep MemTotal /proc/meminfo | awk '{print $2 / 1024 / 1024}')
ramTotal=$(free | awk '/^Mem:/{print $2 / 1024 / 1024}' | awk -F. {'print$1'})