Skip to content

Commit 9246d96

Browse files
author
Chmouel Boudjnah
committed
Hide output when configuring apt retry
Change-Id: I063995d52b66e4023e360ba423684753e50a291c
1 parent 829f1b7 commit 9246d96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ sudo mv $TEMPFILE /etc/sudoers.d/50_stack_sh
213213

214214
# For debian/ubuntu make apt attempt to retry network ops on it's own
215215
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
217217
fi
218218

219219
# Some distros need to add repos beyond the defaults provided by the vendor

0 commit comments

Comments
 (0)