Can't download helper-scripts

fl5x

New Member
Jul 29, 2024
2
0
1
Well, first of all, it is a fresh install and sometimes it works, I mean, if I run:

# wget https://github.com/tteck/Proxmox/raw/main/misc/post-pbs-install.sh

I get:

Code:
--2024-09-14 20:06:37--  https://github.com/tteck/Proxmox/raw/main/misc/post-pbs-install.sh
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/tteck/Proxmox/main/misc/post-pbs-install.sh [following]
--2024-09-14 20:06:37--  https://raw.githubusercontent.com/tteck/Proxmox/main/misc/post-pbs-install.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.110.133, 185.199.111.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6820 (6.7K) [text/plain]
Saving to: ‘post-pbs-install.sh’


post-pbs-install.sh     100%[==============================>]   6.66K  --.-KB/s    in 0s     


2024-09-14 20:06:37 (28.7 MB/s) - ‘post-pbs-install.sh’ saved [6820/6820]

But most of the time, this is what I get:

Code:
--2024-09-14 20:07:29--  https://github.com/tteck/Proxmox/raw/main/misc/post-pbs-install.sh
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
GnuTLS: The TLS connection was non-properly terminated.
Unable to establish SSL connection

I have copied the scripts to another server I have and it always works. So I guess it not a hardware or software problem on my end, right?

Isn't it weird?