Skip to content

Commit

Permalink
Install script: Include manual package install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lfittl committed Dec 28, 2024
1 parent d1a58a7 commit 6484ab3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contrib/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ fail () {
>&2 echo
>&2 echo "Install failed: $1"
>&2 echo
>&2 echo "Please contact [email protected] for help and include information about your platform"
>&2 echo "Review manual package install instructions: https://pganalyze.com/docs/collector/packages"
>&2 echo
>&2 echo "You can also contact [email protected] for help and include information about your platform"
exit 1
}

Expand Down

0 comments on commit 6484ab3

Please sign in to comment.