From b71f6e8eaa79fcdfb9a54d7c068d33457575a27a Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Sat, 18 Jul 2020 14:30:01 +0200 Subject: [PATCH] repro: Skip confirmation of package installation in repro-build.sh --- tools/repro-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/repro-build.sh b/tools/repro-build.sh index f7fadf7a4..001e20814 100755 --- a/tools/repro-build.sh +++ b/tools/repro-build.sh @@ -69,7 +69,7 @@ case "$PLATFORM" in echo Please disable security and updates in /etc/apt/sources.list >&2 exit 1 fi - DOWNLOAD='sudo apt --no-install-recommends --reinstall -d install' + DOWNLOAD='sudo apt -y --no-install-recommends --reinstall -d install' PKGS='autoconf automake libtool make gcc libgmp-dev libsqlite3-dev zlib1g-dev libsodium-dev' INST='sudo dpkg -i' cat > /tmp/SHASUMS <