Change to paru-bin
This commit is contained in:
parent
7980137950
commit
c1a709a34c
@ -343,8 +343,8 @@ if [[ $(pacman -Q | grep yay) ]] && [[ ! $(pacman -Q | grep paru) ]]; then
|
|||||||
yay -S paru-bin
|
yay -S paru-bin
|
||||||
elif [[ ! $(pacman -Q | grep yay) ]] && [[ ! $(pacman -Q | grep paru) ]]; then
|
elif [[ ! $(pacman -Q | grep yay) ]] && [[ ! $(pacman -Q | grep paru) ]]; then
|
||||||
echo "Installing paru from git"
|
echo "Installing paru from git"
|
||||||
git clone https://aur.archlinux.org/paru.git
|
git clone https://aur.archlinux.org/paru-bin.git
|
||||||
cd paru
|
cd paru-bin
|
||||||
makepkg -si
|
makepkg -si
|
||||||
cd ..
|
cd ..
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user