Add missing package for Intel Graphics Card based device (#910)
* Add missing package for Intel Graphics Card based device * Add migration to add the missing package
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
echo "Install wf-recorder for intel based device"
|
||||
|
||||
if lspci | grep -Eqi 'nvidia|intel.*graphics'; then
|
||||
yay -S --noconfirm --needed wf-recorder
|
||||
fi
|
||||
Reference in New Issue
Block a user