Files
omarchy/migrations/1753176520.sh

12 lines
295 B
Bash
Raw Normal View History

echo "Install wf-recorder for screen recording for nvidia"
if [ -n "$(lspci | grep -i 'nvidia')" ]; then
if ! command -v wf-recorder &>/dev/null; then
yay -S --noconfirm --needed wf-recorder
fi
if command -v wl-screenrec &>/dev/null; then
yay -R --noconfirm wl-screenrec
fi
fi