We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I didn't know you can do this, but if you're doing a curl script.sh | sh -s type invocation you can actually pass params to that via:
curl script.sh | sh -s
curl https://sh.rustup.rs -sSf | sh -s -- -y
reference: https://stackoverflow.com/questions/57251508/run-rustups-curl-fetched-installer-script-non-interactively
We should do this!
The text was updated successfully, but these errors were encountered:
We think this is a P1 related to something about the root directory in the new directory structure... but we can't currently pinpoint why.
Sorry, something went wrong.
okay no it's actually about being able to install inside a docker image
we think there's some reason that we can't just pipe a custom stdin to the script
if you go to our website and download the docker container, it's spacetimedb-standalone, not e.g. the CLI.
We want to host this script on the website
cloutiertyler
coolreader18
No branches or pull requests
I didn't know you can do this, but if you're doing a
curl script.sh | sh -s
type invocation you can actually pass params to that via:curl https://sh.rustup.rs -sSf | sh -s -- -y
reference: https://stackoverflow.com/questions/57251508/run-rustups-curl-fetched-installer-script-non-interactively
We should do this!
The text was updated successfully, but these errors were encountered: