mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update install.sh
This commit is contained in:
parent
bf4516895d
commit
22027083ce
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
# Figure out how much RAM the system has an set a variable
|
# Figure out how much RAM the system has an set a variable
|
||||||
# ramTotal=$(free -h | awk '/^Mem:/{print $2}'| awk -FG {'print$1'})
|
ramTotal=$(free -h | awk '/^Mem:/{print $2}'| awk -FG {'print$1'})
|
||||||
ramTotal=$(free | awk '/^Mem:/{print $2 / 1024 / 1024}' | awk -F. {'print$1'})
|
|
||||||
|
|
||||||
# Detect and list the drives.
|
# Detect and list the drives.
|
||||||
lsblk -f
|
lsblk -f
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue