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

bash script for gorse playground doesn't work on macOS #95

Closed
ubrmnsh opened this issue Jul 10, 2023 · 1 comment · Fixed by #94
Closed

bash script for gorse playground doesn't work on macOS #95

ubrmnsh opened this issue Jul 10, 2023 · 1 comment · Fixed by #94
Labels
bug Something isn't working

Comments

@ubrmnsh
Copy link

ubrmnsh commented Jul 10, 2023

Please answer these questions before submitting your issue. Thanks!

Gorse version
v0.4.14

Describe the bug
the given bash script to create a playground doesn't work

To Reproduce
on a macOS Ventura, paste and enter this
curl -fsSL https://gorse.io/playground | bash

Expected behavior
it would have generated the playground and downloaded the datasets

Additional context
while going through bash script i found out that
PLAYGROUND_BIN=./gorse-in-one_${OS}_${ARCH}
in my case, this variable doesn't need OS and ARCH info, as downloaded file named as gorse-in-one
so if i remove the OS and ARCH, it works fine.

@ubrmnsh ubrmnsh added the bug Something isn't working label Jul 10, 2023
@zhenghaoz zhenghaoz transferred this issue from gorse-io/gorse Jul 15, 2023
@zhenghaoz zhenghaoz linked a pull request Jul 15, 2023 that will close this issue
@zhenghaoz
Copy link
Contributor

Thanks. It will be fixed in #94

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants