[scripts] increase "equo update" retries to 42

This commit is contained in:
Fabio Erculiani
2012-10-11 12:25:04 +02:00
parent 32384949a6
commit d75faf7fa1
3 changed files with 8 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ rm -f /var/run/entropy/entropy.lock
export FORCE_EAPI=2
updated=0
for ((i=0; i < 12; i++)); do
for ((i=0; i < 42; i++)); do
equo update && {
updated=1;
break;