You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set about installing rustup onto a Debian/buster system and saw the following:
somniloquy% curl https://sh.rustup.rs/ | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 10652 100 10652 0 0 60522 0 --:--:-- --:--:-- --:--:-- 60522
info: downloading installer
Warning: Detected OS X platform older than 10.13
Warning: Not forcing TLS v1.2, this is potentially less secure
Welcome to Rust!
This will download and install the official compiler for the Rust programming
language, and its package manager, Cargo.
…
Seems we're incorrectly identifying Debian as OS-X somehow?
The text was updated successfully, but these errors were encountered:
I set about installing
rustup
onto a Debian/buster system and saw the following:Seems we're incorrectly identifying Debian as OS-X somehow?
The text was updated successfully, but these errors were encountered: