Skip to content

Commit

Permalink
chimaera.config: retry apt-get install's
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlijnWajer committed Dec 13, 2022
1 parent c5ed472 commit 3438cad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions chimaera.config
Expand Up @@ -35,6 +35,16 @@ core_packages+=(
openrc
)

core_packages_option+=(
-o Acquire::Retries=5
)
base_packages_option+=(
-o Acquire::Retries=5
)
extra_packages_option+=(
-o Acquire::Retries=5
)

extra_packages+=(
strace
haveged
Expand Down

0 comments on commit 3438cad

Please sign in to comment.