Commit 07025f4
committed
scripts: Fix using deprecated/removed wget option
Recent wget versions don't have the --show-progress option anymore and will
generate a "wget: unrecognized option '--show-progress'" error (this
happens e.g. with latest Fedora). The correct option to use seems to be
--progress=bar, which should do the same thing.
Signed-off-by: Johan Hedberg <[email protected]>1 parent 66e5f92 commit 07025f4
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
0 commit comments