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

When installing the Flash tool. parse error near `)' #43

Closed
pascalandy opened this issue Mar 12, 2016 · 2 comments
Closed

When installing the Flash tool. parse error near `)' #43

pascalandy opened this issue Mar 12, 2016 · 2 comments

Comments

@pascalandy
Copy link

When I run this command:
wget https://raw.githubusercontent.com/hypriot/flash/master/$(uname -s)/flash

I receive this error:

zsh: parse error near `)'

I don't get it!?

Brew is freshly installed.

Thank in advance :)

@StefanScherer
Copy link
Member

Just tried it with bash and zsh, worked in both.

The uname -s just returns Darwin, so try this

wget https://raw.githubusercontent.com/hypriot/flash/master/Darwin/flash

Have fun with your cluster ;-)

@pascalandy
Copy link
Author

Correct in need to use Darwin :)

wget https://raw.githubusercontent.com/hypriot/flash/master/Darwin/flash

Thanks!

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

2 participants