Hide output when configuring apt retry

Change-Id: I063995d52b66e4023e360ba423684753e50a291c
This commit is contained in:
Chmouel Boudjnah 2014-06-30 12:52:51 +00:00
parent 829f1b731b
commit 9246d96e5c

@ -213,7 +213,7 @@ sudo mv $TEMPFILE /etc/sudoers.d/50_stack_sh
# For debian/ubuntu make apt attempt to retry network ops on it's own
if is_ubuntu; then
echo 'APT::Acquire::Retries "20";' | sudo tee /etc/apt/apt.conf.d/80retry
echo 'APT::Acquire::Retries "20";' | sudo tee /etc/apt/apt.conf.d/80retry >/dev/null
fi
# Some distros need to add repos beyond the defaults provided by the vendor