This commit is contained in:
Stephan Raabe 2023-08-15 10:02:31 +02:00
parent 0d74db7261
commit 02560a00a3

View File

@ -32,7 +32,10 @@ echo ""
if sudo pacman -Qs yay > /dev/null ; then
echo "yay is installed. You can proceed with the installation"
else
echo "yay is not installed. Please install yay before proceed with the installation"
echo "yay is not installed. Will be installed now!"
git clone https://aur.archlinux.org/yay-git.git ~/yay-git
cd ~/yay-git
makepkg -si
exit
fi