From df24c1114acb12a52d69d04bea6437ac75c021df Mon Sep 17 00:00:00 2001 From: Juliana Oliveira Rodrigues Date: Sat, 4 Nov 2017 16:11:19 +0100 Subject: reproducible-archlinux: automatically replace pacman with pacman-git Signed-off-by: Mattia Rizzolo --- bin/reproducible_setup_archlinux_schroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_setup_archlinux_schroot.sh') diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh index ce65c10a..8a30c822 100755 --- a/bin/reproducible_setup_archlinux_schroot.sh +++ b/bin/reproducible_setup_archlinux_schroot.sh @@ -126,6 +126,6 @@ $USERCMD bash <<-__END__ wget -O PKGBUILD https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=pacman-git makepkg __END__ -$ROOTCMD sh -c 'exec pacman -U /pacman-git/pacman-*-x86_64.pkg.tar.xz' +$ROOTCMD sh -c 'yes | pacman -U /pacman-git/pacman-*-x86_64.pkg.tar.xz' echo "schroot $TARGET set up successfully in $SCHROOT_BASE/$TARGET - exiting now." -- cgit v1.2.3-54-g00ecf