mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-22 01:21:34 -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.
|
## Checking the microcode to install.
|
||||||
if [ "${virtualization}" = 'none' ]; then
|
if [ "${virtualization}" = 'none' ]; then
|
||||||
CPU=$(grep vendor_id /proc/cpuinfo)
|
CPU=$(grep vendor_id /proc/cpuinfo)
|
||||||
if [ "${CPU}" = *"AuthenticAMD"* ]; then
|
if [[ "${CPU}" == *"AuthenticAMD"* ]]; then
|
||||||
microcode=amd-ucode
|
microcode=amd-ucode
|
||||||
else
|
else
|
||||||
microcode=intel-ucode
|
microcode=intel-ucode
|
||||||
|
Loading…
Reference in New Issue
Block a user