mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-11-07 16:01:30 +05:30
fix: actually commit my changes this time
This commit is contained in:
parent
e69f1d1c85
commit
97ff7b5b44
1 changed files with 2 additions and 2 deletions
4
yabs.sh
4
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue