diff options
author | Morten Linderud <morten@linderud.pw> | 2017-11-22 00:45:26 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-11-21 23:47:31 +0000 |
commit | 98efc8d5e43274325aa10b2df7d27e8e0a917436 (patch) | |
tree | 304d4c3a57cff7753c3c0e99ca8ba64b1521ea25 | |
parent | 087eed67f6cfbd1f94684f1d968d69f23d2f4671 (diff) | |
download | jenkins.debian.net-98efc8d5e43274325aa10b2df7d27e8e0a917436.tar.xz |
Remove --noconfirm as it accepts defaults options automatically
Signed-off-by: Morten Linderud <morten@linderud.pw>
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_setup_archlinux_schroot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |