You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 63 of this script should be URL="\$BASE_URL.tar.gz", not URL="$BASE_URL.tar.gz" otherwise the BASE_URL value isn't added to the URL variable and the script will throw error: "0curl (6) Could not resolve host: .tar.gz"
The text was updated successfully, but these errors were encountered:
There is an error when I run:
curl https://rockset-cli-artifacts.s3-us-west-2.amazonaws.com/install-standalone.sh | bash
Line 63 of this script should be
URL="\$BASE_URL.tar.gz"
, notURL="$BASE_URL.tar.gz"
otherwise the BASE_URL value isn't added to the URL variable and the script will throw error: "0curl (6) Could not resolve host: .tar.gz"The text was updated successfully, but these errors were encountered: