Skip to content

arm install issue #1066

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ghost opened this issue Apr 14, 2017 · 3 comments
Closed

arm install issue #1066

ghost opened this issue Apr 14, 2017 · 3 comments

Comments

@ghost
Copy link

ghost commented Apr 14, 2017

When trying to install on ARM, this error occurs on the first line of install prompt

sh: 249: [: unknown-linux-gnu: unexpected operator

and on last 4 lines

info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
error: could not download file from 'https://static.rust-lang.org/dist/channel-rust-stable.toml.sha256' to '/home/pi/.rustup/tmp/1rc0k7s_gfvzw4r4_file'
info: caused by: error during download
info: caused by: [1] Unsupported protocol (Protocol "https" not supported or disabled in libcurl)
@malbarbo
Copy link
Contributor

See #1047 and #1051

@zaynetro
Copy link

Using hyper fixed the issue (as in #1051):

export RUSTUP_USE_HYPER=1
curl https://sh.rustup.rs -sSf | sh

@Diggsey
Copy link
Contributor

Diggsey commented May 3, 2017

Closing as duplicate of mentioned issues.

@Diggsey Diggsey closed this as completed May 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants