#! /bin/sh cat >&2 << __EOF__ Yikes! You removed the "https://" from the URL. Someone evil could have fed you an evil script and taken over your system. Please use the SSL version instead, i.e.: curl https://install.sandstorm.io | bash __EOF__ exit 1