From 57d08883caed9a22988a63c3f6ff35e206e7e033 Mon Sep 17 00:00:00 2001 From: cronyakatsuki Date: Thu, 13 Oct 2022 19:49:03 +0200 Subject: [PATCH] Fix prompt for better readibility. --- arch_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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