Add nocofirm to paru-bin install
This commit is contained in:
parent
77969d7c77
commit
4a07e9f10c
@ -283,7 +283,7 @@ if [[ ! $(pacman -Q | grep paru-bin) ]]; then
|
||||
echo "Installing paru-bin"
|
||||
git clone https://aur.archlinux.org/paru-bin.git
|
||||
cd paru-bin
|
||||
makepkg -si
|
||||
makepkg -si --noconfirm
|
||||
cd ..
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user