mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-28 04:46:27 -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
|
||||
|
||||
# start hardware detection
|
||||
pacman -Sy bc --noconfirm
|
||||
pacman -S bc --noconfirm
|
||||
threadsminusone=$(echo "$(lscpu | grep 'CPU(s):' | awk 'FNR == 1 {print $2;}') - 1" | bc)
|
||||
|
||||
gpu=$(lspci | grep 'VGA compatible controller:' | awk 'FNR == 1 {print $5;}')
|
||||
|
||||
Reference in New Issue
Block a user