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
|
#!/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 &&
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue