From 98efc8d5e43274325aa10b2df7d27e8e0a917436 Mon Sep 17 00:00:00 2001 From: Morten Linderud Date: Wed, 22 Nov 2017 00:45:26 +0100 Subject: Remove --noconfirm as it accepts defaults options automatically Signed-off-by: Morten Linderud Signed-off-by: Holger Levsen --- 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 cf67f0a3..ba01d596 100755 --- a/bin/reproducible_setup_archlinux_schroot.sh +++ b/bin/reproducible_setup_archlinux_schroot.sh @@ -109,7 +109,7 @@ if [ "$HOSTNAME" = "profitbricks-build4-amd64" ] ; then sed -i 's/^#*XferCommand.*/XferCommand = curl --insecure -C - -f %u > %o/' "$SCHROOT_BASE/$TARGET/etc/pacman.conf" fi $ROOTCMD bash -l -c 'pacman -Syu --noconfirm' -yes | $ROOTCMD bash -l -c 'pacman -S --noconfirm multilib-devel base-devel devtools fakechroot asciidoc asp' +yes | $ROOTCMD bash -l -c 'pacman -S multilib-devel base-devel devtools fakechroot asciidoc asp' # configure sudo echo 'jenkins ALL= NOPASSWD: /usr/sbin/pacman *' | $ROOTCMD tee -a /etc/sudoers -- cgit v1.2.3-54-g00ecf