From 325f80455f02daffead6883a7a7cdd53bac90a23 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 30 May 2024 22:15:53 -0700 Subject: [PATCH] Typo fix Signed-off-by: Tommy --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e64440a..9558e1b 100644 --- a/install.sh +++ b/install.sh @@ -265,7 +265,7 @@ mount -o nodev,nosuid,noexec "${ESP}" /mnt/boot/efi ## Checking the microcode to install. if [ "${virtualization}" = 'none' ]; then CPU=$(grep vendor_id /proc/cpuinfo) - if [ "${CPU}" = *"AuthenticAMD"* ]; then + if [[ "${CPU}" == *"AuthenticAMD"* ]]; then microcode=amd-ucode else microcode=intel-ucode