diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2021-02-08 21:42:09 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2021-02-08 21:42:09 +0100 |
| commit | 4914d7fc7626fff2d96d2cc4f01677cb04ea013d (patch) | |
| tree | d24ec85f8a86d82073365934d89a8bf2e6b9bef7 /yay/install.sh | |
| parent | a510034216ce37ac0f82afabe77c38aa058cc3fb (diff) | |
.
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 {}") - |
