mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-16 11:33:43 +03:00
fix: add hint for missing jq installation
This commit is contained in:
parent
c691ebaeac
commit
4698b47ed3
1
forge.sh
1
forge.sh
|
@ -143,6 +143,7 @@ function check_prerequisites {
|
|||
then
|
||||
echo -e "${RED}It looks like jq is not installed.${ENDCOLOR}"
|
||||
echo -e "${RED}Make sure to install it first.${ENDCOLOR}"
|
||||
echo -e "${YELLOW}Need help? -> https://jqlang.github.io/jq/download{ENDCOLOR}"
|
||||
exit 1
|
||||
else
|
||||
echo -e "${GREEN}jq is installed${ENDCOLOR}"
|
||||
|
|
Loading…
Reference in a new issue