Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,9 @@ download_binary_and_run_installer() {
if ! downloader "$_url" "$_file"; then
say "failed to download $_url"
say "this may be a standard network error, but it may also indicate"
say "that $APP_NAME's release process is not working. When in doubt"
say "please feel free to open an issue!"
say "that there's no release of $APP_NAME for your platform ($_true_arch)."
say "Please open an issue at https://github.com/columnar-tech/dbc/issues"
say "to add a build for your platform!"
exit 1
fi

Expand Down
Loading