mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-05 00:17:13 -04:00
Do not refresh pacman, as this is done manually when installing git
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ done
|
|||||||
# end timezone configuration
|
# end timezone configuration
|
||||||
|
|
||||||
# start hardware detection
|
# start hardware detection
|
||||||
pacman -Sy bc --noconfirm
|
pacman -S bc --noconfirm
|
||||||
threadsminusone=$(echo "$(lscpu | grep 'CPU(s):' | awk 'FNR == 1 {print $2;}') - 1" | bc)
|
threadsminusone=$(echo "$(lscpu | grep 'CPU(s):' | awk 'FNR == 1 {print $2;}') - 1" | bc)
|
||||||
|
|
||||||
gpu=$(lspci | grep 'VGA compatible controller:' | awk 'FNR == 1 {print $5;}')
|
gpu=$(lspci | grep 'VGA compatible controller:' | awk 'FNR == 1 {print $5;}')
|
||||||
|
|||||||
Reference in New Issue
Block a user