diff --git a/arch_install.sh b/arch_install.sh index 5339f2d..51436f7 100755 --- a/arch_install.sh +++ b/arch_install.sh @@ -200,7 +200,7 @@ echo "Do you wanna preload amdgpu with mkinitcpio.conf [y/n]: " read preload_amdgpu [[ $preload_amdgpu = "y" ]] sed -i 's/MODULES=()/MODULES=(amdgpu)/' /etc/mkinitcpio.conf -echo "Want to install microcode for an amd cpu [y/n]" +echo "Want to install microcode for an amd cpu [y/n]: " read amd_ucode [[ $amd_ucode = "y" ]] && pacman -S --needed --noconfirm amd-ucode