mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-01 06:36:42 -04:00
Removed all occurances of UUOC
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ read -r -p "timezone: " timezone
|
||||
cpu=$(lscpu | grep 'Vendor ID:' | awk 'FNR == 1 {print $3;}')
|
||||
threadsminusone=$(echo "$(lscpu | grep 'CPU(s):' | awk 'FNR == 1 {print $2;}') - 1" | bc)
|
||||
gpu=$(lspci | grep 'VGA compatible controller:' | awk 'FNR == 1 {print $5;}')
|
||||
ram=$(echo "$(cat /proc/meminfo | grep 'MemTotal:' | awk '{print $2;}') / 1000000" | bc)
|
||||
ram=$(echo "$(< /proc/meminfo)" | grep 'MemTotal:' | awk '{print $2;}'); ram=$(echo "$ram / 1000000" | bc)
|
||||
# stop hardware detection
|
||||
|
||||
# start conditional questions
|
||||
|
||||
Reference in New Issue
Block a user