From 97ff7b5b445c0a4ce0140906ff65dcc456285f40 Mon Sep 17 00:00:00 2001 From: Mysh Date: Wed, 20 Nov 2024 14:28:13 +0100 Subject: [PATCH] fix: actually commit my changes this time --- yabs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yabs.sh b/yabs.sh index 18a3fdc..5746fcd 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 'awk', script heavily relies on it." + echo -e "\nError: 'awk' command found. Please install 'awk', YABS heavily relies on it." echo -e exit 1 fi @@ -106,7 +106,7 @@ if check_command "tar"; then fi else echo -e "tar : \xE2\x9D\x8C not installed" - echo -e "\nError: 'tar' command not found. Please install it to continue, we need it to open Geekbench.tar.gz." + echo -e "\nError: 'tar' command not found. Please install it to continue, YABS needs it to be able to open Geekbench.tar.gz." echo -e exit 1 fi