From 6990320e7beae3eadf0622782bfc742aef588c9c Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Fri, 30 Aug 2024 23:46:00 -0400 Subject: [PATCH] Do not refresh pacman, as this is done manually when installing git --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0203cb9..447f7f2 100755 --- a/install.sh +++ b/install.sh @@ -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;}')