From e69f1d1c8569e9aa974dd0a5c56d1e135834466c Mon Sep 17 00:00:00 2001 From: Mysh Date: Wed, 20 Nov 2024 14:25:03 +0100 Subject: [PATCH] fix(yabs.sh): typo on AWK check, wording on TAR check --- yabs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yabs.sh b/yabs.sh index 747a500..18a3fdc 100644 --- a/yabs.sh +++ b/yabs.sh @@ -94,7 +94,7 @@ if check_command "awk"; then fi else echo -e "awk : \xE2\x9D\x8C not installed" - echo -e "\nError: 'awk' command found. Please install one of those to continue, script heavily relies on it." + echo -e "\nError: 'awk' command found. Please install 'awk', script heavily relies on it." echo -e exit 1 fi