diff --git a/.scripts/doors/install_min_arch b/.scripts/doors/install_min_arch index d1b67e8..e2a3880 100755 --- a/.scripts/doors/install_min_arch +++ b/.scripts/doors/install_min_arch @@ -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 && diff --git a/.scripts/doors/setup b/.scripts/doors/setup index 06b495b..c336e67 100755 --- a/.scripts/doors/setup +++ b/.scripts/doors/setup @@ -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