Commit 3a52bde
committed
scripts: template_setup_win: Use wget from host tools
The GNU Project does not distribute official binaries for wget on
Windows, and obtaining trustworthy pre-compiled wget binary on Windows
outside package managers can be difficult.
This commit updates the Windows setup script to use the wget executable
included in the Windows Zephyr SDK host tools to download the SDK
components.
Signed-off-by: Stephanos Ioannidis <[email protected]>1 parent 51fd31c commit 3a52bde
1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| |||
158 | 160 | | |
159 | 161 | | |
160 | 162 | | |
161 | | - | |
| 163 | + | |
162 | 164 | | |
163 | 165 | | |
164 | 166 | | |
| |||
190 | 192 | | |
191 | 193 | | |
192 | 194 | | |
193 | | - | |
| 195 | + | |
194 | 196 | | |
195 | 197 | | |
196 | 198 | | |
| |||
0 commit comments