mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Remove unneeded commands
This commit is contained in:
parent
f797e1eed3
commit
13d37693cd
1 changed files with 0 additions and 4 deletions
|
@ -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'})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue