breaking my balls

This commit is contained in:
Adam 2023-02-06 02:18:52 -05:00
parent 0445619bc4
commit bd30c8e6e3

View file

@ -2,23 +2,15 @@
cd cd
if test -d yay; then
if [ -x $(command -v yay) ]; then rm -rf yay
$USER_HAS_YAY = true
else
$USER_HAS_YAY = false
fi fi
if [ "$USER_HAS_YAY" = false ]; then git clone https://aur.archlinux.org/yay.git &&
if test -d yay; then cd yay &&
rm -rf yay makepkg -si --noconfirm &&
fi cd &&
git clone https://aur.archlinux.org/yay.git && rm -rf yay
cd yay &&
makepkg -si --noconfirm &&
cd &&
rm -rf yay
fi
# Base/Shell # Base/Shell
yay -S --needed --noconfirm \ yay -S --needed --noconfirm \