ay
This commit is contained in:
parent
6db0ea425a
commit
3be1009e3a
2 changed files with 6 additions and 2 deletions
|
@ -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 &&
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue