mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-11-07 16:01:30 +05:30
fix: spacing for curl and wget messages
This commit is contained in:
parent
b1159b5b9f
commit
9b2b65bb28
1 changed files with 2 additions and 2 deletions
4
yabs.sh
4
yabs.sh
|
|
@ -42,9 +42,9 @@ done
|
|||
# Check for curl/wget
|
||||
if check_command "curl"; then
|
||||
LOCAL_CURL=true
|
||||
echo -e "curl : \xE2\x9C\x94 installed"
|
||||
echo -e "curl : \xE2\x9C\x94 installed"
|
||||
elif check_command "wget"; then
|
||||
echo -e "wget : \xE2\x9C\x94 installed"
|
||||
echo -e "wget : \xE2\x9C\x94 installed"
|
||||
else
|
||||
echo -e "curl/wget : \xE2\x9D\x8C not installed"
|
||||
echo -e "\nError: Neither 'curl' nor 'wget' command found. Please install one of those to continue."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue