mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
repro: Skip confirmation of package installation in repro-build.sh
This commit is contained in:
@@ -69,7 +69,7 @@ case "$PLATFORM" in
|
|||||||
echo Please disable security and updates in /etc/apt/sources.list >&2
|
echo Please disable security and updates in /etc/apt/sources.list >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
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'
|
PKGS='autoconf automake libtool make gcc libgmp-dev libsqlite3-dev zlib1g-dev libsodium-dev'
|
||||||
INST='sudo dpkg -i'
|
INST='sudo dpkg -i'
|
||||||
cat > /tmp/SHASUMS <<EOF
|
cat > /tmp/SHASUMS <<EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user