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 #!/bin/bash
cd
# Yay # Yay
if test -d yay; then
rm -rf yay
fi
git clone https://aur.archlinux.org/yay.git && git clone https://aur.archlinux.org/yay.git &&
cd yay && cd yay &&
makepkg -si --noconfirm && makepkg -si --noconfirm &&

View file

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