hotfix - minor

This commit is contained in:
hornet 2023-11-09 00:02:46 +06:00 committed by GitHub
parent e93d112e4b
commit a5b26a9a94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
if ! command -v jq &> /dev/null; then
echo "oww, it seems that you don't have jq JSON pawsew installed... pwease do :3"
echo "apt: sudo apt-get install jq"
echo "pacman: "
echo "pacman: sudo pacman -S jq"
echo "xbps: sudo xbps-install -S jq"
exit 1
fi