I get trouble installing rust via "curl" on my Debian Bookwarm. I installed via apt build-essential, so i suppose everything should work fine but nothing i miss my rust installation. ``
I launch this command copied and pasted on my terminal:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
After some minute I got this response:
curl: (28) Resolving timed out after 300045 milliseconds
So i tried via terminal this command:
ping static.rust-lang.org
No response got after some minutes, so i stopped the process. What' wrong?