Browse code

Hide output when configuring apt retry

Change-Id: I063995d52b66e4023e360ba423684753e50a291c

Chmouel Boudjnah authored on 2014/06/30 21:52:51
Showing 1 changed files
... ...
@@ -213,7 +213,7 @@ sudo mv $TEMPFILE /etc/sudoers.d/50_stack_sh
213 213
 
214 214
 # For debian/ubuntu make apt attempt to retry network ops on it's own
215 215
 if is_ubuntu; then
216
-    echo 'APT::Acquire::Retries "20";' | sudo tee /etc/apt/apt.conf.d/80retry
216
+    echo 'APT::Acquire::Retries "20";' | sudo tee /etc/apt/apt.conf.d/80retry  >/dev/null
217 217
 fi
218 218
 
219 219
 # Some distros need to add repos beyond the defaults provided by the vendor