mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-21 14:03:46 +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
|
then
|
||||||
echo -e "${RED}It looks like jq is not installed.${ENDCOLOR}"
|
echo -e "${RED}It looks like jq is not installed.${ENDCOLOR}"
|
||||||
echo -e "${RED}Make sure to install it first.${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
|
exit 1
|
||||||
else
|
else
|
||||||
echo -e "${GREEN}jq is installed${ENDCOLOR}"
|
echo -e "${GREEN}jq is installed${ENDCOLOR}"
|
||||||
|
|
Loading…
Reference in a new issue