Skip to content

Commit

Permalink
jq printf
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed May 6, 2024
1 parent c758c62 commit a59624c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions APP-MANAGER
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,7 @@ function _jq_installer() {
;;
esac
else
echo -e " ${RED}💀 ERROR!\033[0m Missing essential command ${Green}jq\033[0m\n"
printf ' Install it from your system package manager %s and retry!' "$osPKGman"
printf ' %s💀 ERROR!\033[0m Missing essential command %sjq\033[0m\n Install it from your system package manager %s and retry!' "${RED}" "${Green}" "$osPKGman"
exit
fi
fi
Expand Down

0 comments on commit a59624c

Please sign in to comment.