artix

desc
git clone https://git.awy.one/artix.git
Log | Files | Refs | README | LICENSE

commit 56c342de1e1aa4bb0f098dec8377eb1d202363d6
parent e8cee6d72022ab48bab210fce2cb68fc4808f73e
Author: awy <awy@awy.one>
Date:   Wed, 30 Oct 2024 03:21:02 +0300

fix

Diffstat:
Minstall.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -98,7 +98,7 @@ esac case $cpuVendorID in GenuineIntel) basestrap /mnt intel-ucode - pacman -S iucode-tool + pacman -S iucode-tool --noconfirm CPUFAM=$(printf '%02x\n' $(lscpu | grep -E '^CPU family:' | awk '{print $3}')) MODEL=$(printf '%02x\n' $(lscpu | grep -E '^Model:' | awk '{print $2}')) STEPPING=$(printf '%02x\n' $(lscpu | grep -E '^Stepping:' | awk '{print $2}'))