aboutsummaryrefslogtreecommitdiff
path: root/yay/install.sh
diff options
context:
space:
mode:
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 {}")
-