wget https://downloads.rclone.org/v1.69.1/rclone-v1.69.1-linux-amd64.deb~https://downloads.rclone.org/v1.69.1/rclone-v1.69.1-linux-amd64.deb
--2025-02-24 10:49:21-- https://downloads.rclone.org/v1.69.1/rclone-v1.69.1-linux-amd64.deb~https://downloads.rclone.org/v1.69.1/rclone-v1.69.1-linux-amd64.deb
Resolving downloads.rclone.org (downloads.rclone.org)... 95.217.6.16, 2a01:4f9:c012:7154::1
Connecting to downloads.rclone.org (downloads.rclone.org)|95.217.6.16|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2025-02-24 10:49:21 ERROR 404: Not Found.
Double check what you are doing. Nothing is down ATM:
$ wget https://downloads.rclone.org/v1.69.1/rclone-v1.69.1-linux-amd64.deb
--2025-02-24 10:53:44-- https://downloads.rclone.org/v1.69.1/rclone-v1.69.1-linux-amd64.deb
Resolving downloads.rclone.org (downloads.rclone.org)... 95.217.6.16
Connecting to downloads.rclone.org (downloads.rclone.org)|95.217.6.16|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 23817782 (23M) [application/vnd.debian.binary-package]
Saving to: ‘rclone-v1.69.1-linux-amd64.deb’
rclone-v1.69.1-linux-amd64.deb 100%[==========================================================================================>] 22.71M 14.3MB/s in 1.6s
2025-02-24 10:53:46 (14.3 MB/s) - ‘rclone-v1.69.1-linux-amd64.deb’ saved [23817782/23817782]
hmm odd I can see that
curl -O --verbose https://downloads.rclone.org/v1.69.1/rclone-v1.69.1-linux-amd64.deb~https://downloads.rclone.org/v1.69.1/rclone-v1.69.1-linux-amd64.deb
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Host downloads.rclone.org:443 was resolved.
* IPv6: 2a01:4f9:c012:7154::1
* IPv4: 95.217.6.16
* Trying 95.217.6.16:443...
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to downloads.rclone.org (95.217.6.16) port 443
* ALPN: curl offers h2,http/1.1
} [5 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: /etc/ssl/certs
{ [5 bytes data]
* TLSv1.3 (IN), TLS handshake, Server hello (2):
{ [122 bytes data]
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
{ [15 bytes data]
* TLSv1.3 (IN), TLS handshake, Certificate (11):
{ [2043 bytes data]
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
{ [79 bytes data]
* TLSv1.3 (IN), TLS handshake, Finished (20):
{ [36 bytes data]
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.3 (OUT), TLS handshake, Finished (20):
} [36 bytes data]
* SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519 / id-ecPublicKey
* ALPN: server accepted h2
* Server certificate:
* subject: CN=downloads.rclone.org
* start date: Dec 29 00:23:22 2024 GMT
* expire date: Mar 29 00:23:21 2025 GMT
* subjectAltName: host "downloads.rclone.org" matched cert's "downloads.rclone.org"
* issuer: C=US; O=Let's Encrypt; CN=E6
* SSL certificate verify ok.
* Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
* Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
* Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
{ [5 bytes data]
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
{ [122 bytes data]
* using HTTP/2
* [HTTP/2] [1] OPENED stream for https://downloads.rclone.org/v1.69.1/rclone-v1.69.1-linux-amd64.deb~https://downloads.rclone.org/v1.69.1/rclone-v1.69.1-linux-amd64.deb
* [HTTP/2] [1] [:method: GET]
* [HTTP/2] [1] [:scheme: https]
* [HTTP/2] [1] [:authority: downloads.rclone.org]
* [HTTP/2] [1] [:path: /v1.69.1/rclone-v1.69.1-linux-amd64.deb~https://downloads.rclone.org/v1.69.1/rclone-v1.69.1-linux-amd64.deb]
* [HTTP/2] [1] [user-agent: curl/8.5.0]
* [HTTP/2] [1] [accept: */*]
} [5 bytes data]
> GET /v1.69.1/rclone-v1.69.1-linux-amd64.deb~https://downloads.rclone.org/v1.69.1/rclone-v1.69.1-linux-amd64.deb HTTP/2
> Host: downloads.rclone.org
> User-Agent: curl/8.5.0
> Accept: */*
>
{ [5 bytes data]
< HTTP/2 404
< alt-svc: h3=":443"; ma=2592000
< server: Caddy
< content-length: 0
< date: Mon, 24 Feb 2025 09:58:06 GMT
But when I use
sudo -v ; curl https://rclone.org/install.sh | sudo bash
Nothing happends
sudo and pipes is never good idea IMO.
Run it as root:
curl https://rclone.org/install.sh | bash
or just fetch deb
file and install manually. Sometimes it is easier than fighting with local shell quirks.
Got it thanks
1 Like