Fixing mac vulkan install script to error if jq is not installed
This commit is contained in:
parent
e37c6261ea
commit
e9b71f96a2
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ if command -v jq 2>&1 >/dev/null; then
|
|||
fi
|
||||
fi
|
||||
done
|
||||
else
|
||||
echo 'Error: Could not find 'jq' command. Is jq installed? Try running "brew install jq" or "port install jq" and rerunning this script.'
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Download and install the Vulkan SDK.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue