mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Make migrations faster to skip if they've already been run
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
echo "Install slurp + wl-screenrec for new ALT+PrintScreen screen recorder"
|
||||
yay -S --noconfirm --needed slurp wl-screenrec
|
||||
|
||||
if ! command -v wl-screenrec &>/dev/null || ! command -v slurp &>/dev/null; then
|
||||
yay -S --noconfirm --needed slurp wl-screenrec
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user