mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-20 21:57:03 -04:00
Screencasts/install: do not timeout due to slow wget
This commit is contained in:
parent
9b9294d940
commit
aae1b439e4
2 changed files with 1526 additions and 1031 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -27,6 +27,9 @@ borg -V
|
|||
# That's it! Check out the other screencasts to see how to actually use borgbackup.
|
||||
}]
|
||||
|
||||
# wget may be slow
|
||||
set timeout -1
|
||||
|
||||
foreach line [split $script \n] {
|
||||
send_user "$ "
|
||||
send_user -h $line\n
|
||||
|
|
|
|||
Loading…
Reference in a new issue