thiagoralves / OpenPLC_v3

OpenPLC Runtime version 3
1.02k stars 421 forks source link

The automated PLC_Runtime installer exe has a issue now. #236

Closed Mike990427 closed 2 months ago

Mike990427 commented 2 months ago

In the install_cygwin.cmd

line 23 winget.ext http://cygwin.com/setup-%CPU%.exe

the link doesn't work now.

Screenshot 2024-04-23 130048

thiagoralves commented 2 months ago

Link works just fine for both files:

$ wget http://cygwin.com/setup-x86.exe
--2024-04-23 14:10:49--  http://cygwin.com/setup-x86.exe
Resolving cygwin.com (cygwin.com)... 8.43.85.97, 2620:52:3:1:0:246e:9693:128c
Connecting to cygwin.com (cygwin.com)|8.43.85.97|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://cygwin.com/setup-x86.exe [following]
--2024-04-23 14:10:49--  https://cygwin.com/setup-x86.exe
Connecting to cygwin.com (cygwin.com)|8.43.85.97|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1307155 (1.2M) [application/octet-stream]
Saving to: ‘setup-x86.exe’

setup-x86.exe                   100%[======================================================>]   1.25M  3.74MB/s    in 0.3s    

2024-04-23 14:10:49 (3.74 MB/s) - ‘setup-x86.exe’ saved [1307155/1307155]

$ wget http://cygwin.com/setup-x86_64.exe
URL transformed to HTTPS due to an HSTS policy
--2024-04-23 14:10:54--  https://cygwin.com/setup-x86_64.exe
Resolving cygwin.com (cygwin.com)... 8.43.85.97, 2620:52:3:1:0:246e:9693:128c
Connecting to cygwin.com (cygwin.com)|8.43.85.97|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1408019 (1.3M) [application/octet-stream]
Saving to: ‘setup-x86_64.exe’

setup-x86_64.exe                100%[======================================================>]   1.34M  3.55MB/s    in 0.4s    

2024-04-23 14:10:55 (3.55 MB/s) - ‘setup-x86_64.exe’ saved [1408019/1408019]