This commit is contained in:
Adam 2023-02-04 06:31:22 -05:00
parent 6db0ea425a
commit 3be1009e3a
2 changed files with 6 additions and 2 deletions

View file

@ -1,6 +1,12 @@
#!/bin/bash
cd
# Yay
if test -d yay; then
rm -rf yay
fi
git clone https://aur.archlinux.org/yay.git &&
cd yay &&
makepkg -si --noconfirm &&

View file

@ -11,8 +11,6 @@ if test -d Doors; then
rm -rf Doors
elif test -d .doors; then
rm -rf .doors
elif test -d yay; then
rm -rf yay
fi
# Prep