Updates
This commit is contained in:
parent
0d74db7261
commit
02560a00a3
|
@ -32,7 +32,10 @@ echo ""
|
||||||
if sudo pacman -Qs yay > /dev/null ; then
|
if sudo pacman -Qs yay > /dev/null ; then
|
||||||
echo "yay is installed. You can proceed with the installation"
|
echo "yay is installed. You can proceed with the installation"
|
||||||
else
|
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
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user