diff options
Diffstat (limited to 'yay/install.sh')
| -rwxr-xr-x | yay/install.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/yay/install.sh b/yay/install.sh deleted file mode 100755 index 48ee1c8..0000000 --- a/yay/install.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -yay --save --sudo doas -yay -S --needed --noconfirm \ - $(cat ~/.dotfiles/yay/packages.txt | \ - xargs -I{} sh -c \ - "(pacman -Q {} &> /dev/null) || echo {}") - |
