mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
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:
committed by
GitHub
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
|
||||
|
||||
Reference in New Issue
Block a user