Skip to content

Commit

Permalink
chore(ci): Try to fix apt retries (vectordotdev#17393)
Browse files Browse the repository at this point in the history
ruby/setup-ruby-pkgs#3 (comment) and other online posts make
it seem like the `APT::` prefix shouldn't be there. `man apt.conf` is unclear on the subject so
I figure we can just see if this seems to improve things.

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored May 15, 2023
1 parent 6c57ca0 commit 6b3db04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/environment/bootstrap-ubuntu-20.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi
export DEBIAN_FRONTEND=noninteractive
export ACCEPT_EULA=Y

echo 'APT::Acquire::Retries "5";' > /etc/apt/apt.conf.d/80-retries
echo 'Acquire::Retries "5";' > /etc/apt/apt.conf.d/80-retries

apt update --yes

Expand Down

0 comments on commit 6b3db04

Please sign in to comment.