mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +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