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
if [ -x $(command -v yay) ]; then
$USER_HAS_YAY = true
else
$USER_HAS_YAY = false
if test -d yay; then
rm -rf yay
fi
if [ "$USER_HAS_YAY" = false ]; then
if test -d yay; then
rm -rf yay
fi
git clone https://aur.archlinux.org/yay.git &&
cd yay &&
makepkg -si --noconfirm &&
cd &&
rm -rf yay
fi
git clone https://aur.archlinux.org/yay.git &&
cd yay &&
makepkg -si --noconfirm &&
cd &&
rm -rf yay
# Base/Shell
yay -S --needed --noconfirm \