Add nocofirm to paru-bin install

This commit is contained in:
RealStickman 2022-07-20 13:58:28 +02:00
parent 77969d7c77
commit 4a07e9f10c

View File

@ -283,7 +283,7 @@ if [[ ! $(pacman -Q | grep paru-bin) ]]; then
echo "Installing paru-bin" echo "Installing paru-bin"
git clone https://aur.archlinux.org/paru-bin.git git clone https://aur.archlinux.org/paru-bin.git
cd paru-bin cd paru-bin
makepkg -si makepkg -si --noconfirm
cd .. cd ..
fi fi