diff --git a/lib/util-menu.sh b/lib/util-menu.sh index fb1c6c6..f5cbe95 100644 --- a/lib/util-menu.sh +++ b/lib/util-menu.sh @@ -214,10 +214,12 @@ install_drivers_menu() { HIGHLIGHT_SUB=$(cat ${ANSWER}) case $(cat ${ANSWER}) in - "1") arch_chroot "mhwd -a pci free 0300" + "1") clear + arch_chroot "mhwd -a pci free 0300" 2>$ERR check_for_error "$_InstFree" $? ;; - "2") arch_chroot "mhwd -a pci nonfree 0300" + "2") clear + arch_chroot "mhwd -a pci nonfree 0300" 2>$ERR check_for_error "$_InstProp" $? ;; "3") setup_graphics_card