Cannot install the beta version - curl: (18) transfer closed with 35 bytes remaining to read

I don't know why it's doing that, but I can't install the beta version:

curl https://rclone.org/install.sh | sudo bash -s beta
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  4497  100  4497    0     0  10083      0 --:--:-- --:--:-- --:--:-- 10082
curl: (18) transfer closed with 35 bytes remaining to read

Can you go to beta.rclone.org and try downloading a file from there?

Are you using IPv6 or IPv4?

Can you try these commands?

$ curl https://beta.rclone.org/version.txt
$ curl -4 https://beta.rclone.org/version.txt
$ curl -6 https://beta.rclone.org/version.txt

This must have been on my side, this can be closed.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.