From c57284e053c81bdc202e360f26444800b9fc2695 Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Fri, 22 Jul 2011 20:58:52 +0200 Subject: Install a package in the chroot without confirm Signed-off-by: Pierre Schmitz --- makechrootpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makechrootpkg b/makechrootpkg index 90c60c5..1a6d8e5 100755 --- a/makechrootpkg +++ b/makechrootpkg @@ -153,7 +153,7 @@ fi if [ -n "$install_pkg" ]; then pkgname="$(basename "$install_pkg")" cp "$install_pkg" "$copydir/$pkgname" - mkarchroot -r "pacman -U /$pkgname" "$copydir" + mkarchroot -r "pacman -U /$pkgname --noconfirm" "$copydir" ret=$? rm "$copydir/$pkgname" # Exit early, we've done all we need to -- cgit v1.2.3-24-g4f1b