mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
6 lines
210 B
Bash
6 lines
210 B
Bash
echo "Install slurp + wl-screenrec for new ALT+PrintScreen screen recorder"
|
|
|
|
if ! command -v wl-screenrec &>/dev/null || ! command -v slurp &>/dev/null; then
|
|
yay -S --noconfirm --needed slurp wl-screenrec
|
|
fi
|