Fix prompt for better readibility.
This commit is contained in:
parent
d472557438
commit
57d08883ca
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user