Do not refresh pacman, as this is done manually when installing git

This commit is contained in:
2024-08-30 23:46:00 -04:00
parent 44adf7dcad
commit 6990320e7b
+1 -1
View File
@@ -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;}')