Updates
This commit is contained in:
+3
-3
@@ -5,9 +5,9 @@ echo -e "${GREEN}"
|
||||
figlet "yay"
|
||||
echo -e "${NONE}"
|
||||
if sudo pacman -Qs yay > /dev/null ; then
|
||||
echo "yay is already installed!"
|
||||
echo ":: yay is already installed!"
|
||||
else
|
||||
echo "yay is not installed. Will be installed now!"
|
||||
echo ":: yay is not installed. Starting the installation!"
|
||||
_installPackagesPacman "base-devel"
|
||||
SCRIPT=$(realpath "$0")
|
||||
temp_path=$(dirname "$SCRIPT")
|
||||
@@ -16,6 +16,6 @@ else
|
||||
cd ~/yay-git
|
||||
makepkg -si
|
||||
cd $temp_path
|
||||
echo "yay has been installed successfully."
|
||||
echo ":: yay has been installed successfully."
|
||||
fi
|
||||
echo ""
|
||||
Reference in New Issue
Block a user