Skip to content

Commit

Permalink
Update install.sh to remove ".io" from the "sandstorm.io team"
Browse files Browse the repository at this point in the history
  • Loading branch information
neuroradiology authored Dec 23, 2024
1 parent 9347ad9 commit 21d825e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ fail() {

# Users can export REPORT=no to avoid the error-reporting behavior, if they need to.
if [ "${REPORT:-yes}" = "yes" ] ; then
if USE_DEFAULTS=no prompt-yesno "Hmm, installation failed. Would it be OK to send an anonymous error report to the sandstorm.io team so we know something is wrong?
if USE_DEFAULTS=no prompt-yesno "Hmm, installation failed. Would it be OK to send an anonymous error report to the sandstorm team so we know something is wrong?
It would only contain this error code: $error_code" "yes" ; then
echo "Sending problem report..." >&2
local BEARER_TOKEN="4-Og3Ty2SPmpkZGnVc_8hnBGXK0JBBXDeBn_55FWixJ"
Expand Down Expand Up @@ -464,7 +464,7 @@ assert_linux_x86_64() {
fail "E_NON_LINUX" "Sandstorm requires Linux. If you want to run Sandstorm on a Windows or
Mac system, you can use Vagrant or another virtualization tool. See our install documentation:
- https://docs.sandstorm.io/en/latest/install/"
- https://docs.sandstorm.org/install"
fi

if [ "$(uname -m)" != x86_64 ]; then
Expand Down

0 comments on commit 21d825e

Please sign in to comment.