Skip to content
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

Install script touch ups #9

Closed
danielpclark opened this issue Oct 9, 2017 · 4 comments
Closed

Install script touch ups #9

danielpclark opened this issue Oct 9, 2017 · 4 comments

Comments

@danielpclark
Copy link
Owner

@baptistecolin I've tried this script on a clean Docker image and it doesn't get past rustc.

docker run -i -t ubuntu /bin/bash
apt-get update
apt-get install curl
curl https://raw.githubusercontent.com/danielpclark/abrute/master/install.sh | bash

Output:

bash: line 3: rustc: command not found
bash: line 16: [: ==: unary operator expected
@danielpclark
Copy link
Owner Author

Maybe using which rustc to see if that produces a value would be better?

@danielpclark
Copy link
Owner Author

Would it be okay with you if I assign this to you? I can label it Hacktoberfest for you if you're trying to get the free shirt.

@baptistecolin
Copy link
Contributor

oops, I have to fix that indeed.
I will take a look at this shortly.

@baptistecolin
Copy link
Contributor

I made a PR to fix this : #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants