summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/chroot-tools/librechroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot
index 8092f8d..5d1db21 100755
--- a/src/chroot-tools/librechroot
+++ b/src/chroot-tools/librechroot
@@ -478,7 +478,7 @@ main() {
chroot_add_to_local_repo "$copydir" "$@"
;;
install-name)
- arch-nspawn "$copydir" pacman -Sy -- "$@"
+ arch-nspawn "$copydir" pacman -Sy --noconfirm -- "$@" </dev/null
;;
update)
arch-nspawn "$copydir" pacman -Syu --noconfirm </dev/null