mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-29 21:38:16 +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
242de4e72e
commit
6fc5bc668f
@ -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…
x
Reference in New Issue
Block a user