mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-09 12:11:33 -05:00
Typo fix
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
8fb069f128
commit
325f80455f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user