mirror of
https://gitlab.manjaro.org/applications/manjaro-architect
synced 2024-11-09 19:11:02 +00:00
-f option for video-driver install (fails if config is present)
This commit is contained in:
parent
a28ecd1dd6
commit
c4101a847d
@ -694,7 +694,7 @@ setup_graphics_card() {
|
|||||||
|
|
||||||
clear
|
clear
|
||||||
check_pkg mhwd
|
check_pkg mhwd
|
||||||
arch_chroot "mhwd -i pci $(cat /tmp/.driver)" 2>$ERR
|
arch_chroot "mhwd -f -i pci $(cat /tmp/.driver)" 2>$ERR
|
||||||
|
|
||||||
GRAPHIC_CARD=$(lspci | grep -i "vga" | sed 's/.*://' | sed 's/(.*//' | sed 's/^[ \t]*//')
|
GRAPHIC_CARD=$(lspci | grep -i "vga" | sed 's/.*://' | sed 's/(.*//' | sed 's/^[ \t]*//')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user