mirror of
https://abf.rosa.ru/djam/livecd-tools.git
synced 2025-02-23 15:42:58 +00:00
Increase max retry times from 20 to 44 for debugging
This commit is contained in:
parent
0c027d116e
commit
8ee3fd06ba
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ urpmi_bootstrap(){
|
|||
}
|
||||
# temporarily don't fail the whole scripts when not last iteration of urpmi fails
|
||||
set +e
|
||||
for i in $(seq 1 10)
|
||||
for i in $(seq 1 22)
|
||||
do
|
||||
echo "Starting urpmi bootstrap iteration #${i}..."
|
||||
urpmi_bootstrap
|
||||
|
|
Loading…
Add table
Reference in a new issue