From 03503364cc57448d70c417b267374d96fc256a22 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 25 Aug 2025 09:33:09 +0200 Subject: [PATCH] Doesn't belong here --- migrations/1753176520.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/migrations/1753176520.sh b/migrations/1753176520.sh index 5e68e410..e26abf2f 100644 --- a/migrations/1753176520.sh +++ b/migrations/1753176520.sh @@ -4,8 +4,4 @@ if lspci | grep -qi 'nvidia'; then if ! command -v wf-recorder &>/dev/null; then sudo pacman -S --noconfirm --needed wf-recorder fi - - if command -v wl-screenrec &>/dev/null; then - yay -R --noconfirm wl-screenrec - fi fi