From a5b26a9a9428176114e4a057d3c0d4016ad569b9 Mon Sep 17 00:00:00 2001 From: hornet <88428122+HornetMaidan@users.noreply.github.com> Date: Thu, 9 Nov 2023 00:02:46 +0600 Subject: [PATCH] hotfix - minor --- weather.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather.sh b/weather.sh index 8476a23..14353e8 100644 --- a/weather.sh +++ b/weather.sh @@ -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