artix

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

commit e9b643e793984b14ecf854c7fed4e4bbd22073e9
parent 66c6cbe10792b8cc1e327ee938f6bfbd37a25ef6
Author: awy <awy@awy.one>
Date:   Wed, 30 Oct 2024 02:47:22 +0300

fix

Diffstat:
Minstall.sh | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -97,7 +97,9 @@ esac case $cpuVendorID in GenuineIntel) - basestrap /mnt intel-ucode ;; + basestrap /mnt intel-ucode + pacman -S iucode-tool + MICROCODE_PATH=$(iucode_tool -S -l /lib/firmware/intel-ucode/* 2>&1 | grep 'microcode bundle' | awk -F': ' '{print $2}' | cut -d'/' -f4-) ;; AuthenticAMD) basestrap /mnt amd-ucode ;; *)