This commit is contained in:
Adam 2023-02-06 01:36:30 -05:00
parent 483d2ca4a7
commit b714cc3b51

View file

@ -2,16 +2,23 @@
cd
# Yay
if [ -x $(command -v yay) ]; then
$USER_HAS_YAY = true
else
$USER_HAS_YAY = false
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 &&
rm -rf yay
fi
# Base/Shell
yay -S --needed --noconfirm \