mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Use consistent conditional
This commit is contained in:
@ -9,7 +9,7 @@ yay -S --noconfirm --needed \
|
||||
chromium
|
||||
|
||||
# Add screen recorder based on GPU
|
||||
if [ -n "$(lspci | grep -i 'nvidia')" ]; then
|
||||
if lspci | grep -qi 'nvidia'; then
|
||||
yay -S --noconfirm --needed wf-recorder
|
||||
else
|
||||
yay -S --noconfirm --needed wl-screenrec
|
||||
|
Reference in New Issue
Block a user