boxcutter / windows

Virtual machine templates for Windows written in legacy JSON and Batch Scripting/JScript
Apache License 2.0
756 stars 264 forks source link

broken download link for wget #148

Closed patrickhuber closed 4 years ago

patrickhuber commented 6 years ago

In the file: https://github.com/boxcutter/windows/blob/master/floppy/01-install-wget.cmd

wget's current version is no longer available from https://eternallybored.org/misc/wget/current/wget.exe. The link returns a 404.

Using the version specific urls works: https://eternallybored.org/misc/wget/1.19.4/64/wget.exe

2xyo commented 6 years ago

Looks good now:

2xyo@red-plate-634:~$ wget https://eternallybored.org/misc/wget/current/wget.exe
--2018-07-05 11:26:29--  https://eternallybored.org/misc/wget/current/wget.exe
Resolving eternallybored.org (eternallybored.org)... 84.255.206.8, 2a01:260:4094:1:42:42:42:42
Connecting to eternallybored.org (eternallybored.org)|84.255.206.8|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4387608 (4.2M) [application/x-msdownload]
Saving to: ‘wget.exe’
wget.exe                                            100%[===================================================================================================================>]   4.18M  13.1MB/s    in 0.3s
2018-07-05 11:26:30 (13.1 MB/s) - ‘wget.exe’ saved [4387608/4387608]
taitho commented 5 years ago

Very good, thanks

arizvisa commented 4 years ago

I think at some point we should use the file provisioner to drop files like this directly into the template.

Nonetheless, can the OP close this issue due to resolution?