Pull in setup messaging fixes
This commit is contained in:
parent
41240d93af
commit
d97069e18f
|
|
@ -4,7 +4,7 @@ set -e
|
|||
|
||||
check_command() {
|
||||
if ! command -v "$1" &>/dev/null; then
|
||||
echo "Please install \"$1\" and make sure it's available in your \$PATH"
|
||||
echo "Please install \"$1\" and make sure it's available in your \$PATH, then rerun the setup."
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 4ce360a936937e8dd0ebd54a337fec54bb38f497
|
||||
Subproject commit 7afbc258e71a7efde015394820c60c24cc785773
|
||||
Loading…
Reference in New Issue