mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
scripts/apt: don't hide apt output
It is required to investigate issues. Signed-off-by: Andrei Vagin <avagin@google.com>
This commit is contained in:
parent
a4b49c46fe
commit
9477354def
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ while true; do
|
|||
if [ "${install_retry_counter}" -gt "${max_apt_retries}" ]; then
|
||||
exit 1
|
||||
fi
|
||||
apt-get clean -qqy && apt-get update -qqy && apt-get install -qqy --no-install-recommends "$@" && break
|
||||
apt-get update -y && apt-get install -y --no-install-recommends "$@" && break
|
||||
|
||||
# In case it is a network error let's wait a bit.
|
||||
echo "Retrying attempt ${install_retry_counter}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue