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:
parent
9375dfca21
commit
1942ac68dc
@ -9,7 +9,7 @@ yay -S --noconfirm --needed \
|
||||
omarchy-chromium-bin
|
||||
|
||||
# Add screen recorder based on GPU
|
||||
if lspci | grep -qi 'nvidia'; then
|
||||
if lspci | grep -Eqi 'nvidia|intel.*graphics'; then
|
||||
yay -S --noconfirm --needed wf-recorder
|
||||
else
|
||||
yay -S --noconfirm --needed wl-screenrec
|
||||
|
5
migrations/1755548643.sh
Normal file
5
migrations/1755548643.sh
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user