We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6590b4c commit 9e38aeaCopy full SHA for 9e38aea
builder/src/main.rs
@@ -382,7 +382,7 @@ fn run_install(dev: bool) -> io::Result<()> {
382
}?;
383
#[cfg(not(windows))]
384
run_cmd! {
385
- r#"curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash"#
+ curl -L --proto =https --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash;
386
387
388
run_cmd!(
0 commit comments