aboutsummaryrefslogtreecommitdiff
path: root/yay/install.sh
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2021-02-08 21:42:09 +0100
committerbozo.kopic <bozo@kopic.xyz>2021-02-08 21:42:09 +0100
commit4914d7fc7626fff2d96d2cc4f01677cb04ea013d (patch)
treed24ec85f8a86d82073365934d89a8bf2e6b9bef7 /yay/install.sh
parenta510034216ce37ac0f82afabe77c38aa058cc3fb (diff)
.
Diffstat (limited to 'yay/install.sh')
-rwxr-xr-xyay/install.sh8
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 {}")
-